Html Css Color HEX #612C54 Palatinate Purple

📋 copy color: '#612C54'

red 97 ◦ green 44 ◦ blue 84

#612C54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #612C54

Tints of Palatinate Purple #612C54

RGB

 RED value IS 97 (38.28% from 255) = 43.11%

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 43.11%
G = 19.56%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#612C54 (or 0x612C54) is known color: Palatinate Purple. HEX triplet: 61, 2C and 54. RGB value is (97,44,84). Sum of RGB (Red+Green+Blue) = 97+44+84=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C54 is #9ED3AB. Grayscale: #404040. Windows color (decimal): -10408876 or 5516385. OLE color: 5516385.

HSL color Cylindrical-coordinate representation of color #612C54: hue angle of 314.72º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C54 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 44 84 -
CMYK 0 0.55 0.13 0.62
HSL 314.72º 0.38% 0.28% -
HSV(B) 314.72º 0.55% 0.38% -
XYZ 7.43 4.98 8.96 -
YUV 64.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 97 44 84 0 0.55 0.13 0.62 314.72 0.38 0.28
Hex 61 2C 54 0 37 D 3E 13B 26 1C
Octal 141 54 124 0 67 15 76 473 46 34
Binary 1100001 101100 1010100 0 110111 1101 111110 100111011 100110 11100

Color Harmonies of #612C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C54

Black with #612C54

Text Example


Text Example

White with #612C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612C54; }

 p { color: rgb(97,44,84); }

 H1.HeaderClassName
 {
   color: #612C54;
 }
 .AnyTagClassName
 {
   color: #612C54;
 }
</style>

background-color css

<style>
 a { background-color: #612C54; }

 a { background-color: rgb(97,44,84); }

 div.DivClassName
 {
   background-color: #612C54;
 }
 .BgClassName
 {
   background-color: #612C54;
 }
</style>

border-color css

<style>
 span { border-color: #612C54; }

 span { border-color: rgb(97,44,84); }

 td.TdClassName
 {
   border-color: #612C54;
 }
 .TagClassName
 {
   border-color: #612C54;
 }
</style>