Html Css Color HEX #612054 Palatinate Purple

📋 copy color: '#612054'

red 97 ◦ green 32 ◦ blue 84

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

Shades of Palatinate Purple #612054

Tints of Palatinate Purple #612054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 45.54%
G = 15.02%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612054 (or 0x612054) is known color: Palatinate Purple. HEX triplet: 61, 20 and 54. RGB value is (97,32,84). Sum of RGB (Red+Green+Blue) = 97+32+84=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612054 is #9EDFAB. Grayscale: #393939. Windows color (decimal): -10411948 or 5513313. OLE color: 5513313.

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

Color convert

RGB 97 32 84 -
CMYK 0 0.67 0.13 0.62
HSL 312º 0.5% 0.25% -
HSV(B) 312º 0.67% 0.38% -
XYZ 7.05 4.21 8.83 -
YUV 57.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 97 32 84 0 0.67 0.13 0.62 312 0.5 0.25
Hex 61 20 54 0 43 D 3E 138 32 19
Octal 141 40 124 0 103 15 76 470 62 31
Binary 1100001 100000 1010100 0 1000011 1101 111110 100111000 110010 11001

Color Harmonies of #612054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612054

Black with #612054

Text Example


Text Example

White with #612054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612054; }

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

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

background-color css

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

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

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

border-color css

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

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

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