Html Css Color HEX #612554 Palatinate Purple

📋 copy color: '#612554'

red 97 ◦ green 37 ◦ blue 84

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

Shades of Palatinate Purple #612554

Tints of Palatinate Purple #612554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 44.5%
G = 16.97%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612554 (or 0x612554) is known color: Palatinate Purple. HEX triplet: 61, 25 and 54. RGB value is (97,37,84). Sum of RGB (Red+Green+Blue) = 97+37+84=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612554 is #9EDAAB. Grayscale: #3C3C3C. Windows color (decimal): -10410668 or 5514593. OLE color: 5514593.

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

Color convert

RGB 97 37 84 -
CMYK 0 0.62 0.13 0.62
HSL 313º 0.45% 0.26% -
HSV(B) 313º 0.62% 0.38% -
XYZ 7.19 4.5 8.88 -
YUV 60.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 97 37 84 0 0.62 0.13 0.62 313 0.45 0.26
Hex 61 25 54 0 3E D 3E 139 2D 1A
Octal 141 45 124 0 76 15 76 471 55 32
Binary 1100001 100101 1010100 0 111110 1101 111110 100111001 101101 11010

Color Harmonies of #612554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612554

Black with #612554

Text Example


Text Example

White with #612554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612554; }

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

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

background-color css

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

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

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

border-color css

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

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

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