Html Css Color HEX #612552 Palatinate Purple

📋 copy color: '#612552'

red 97 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #612552

Tints of Palatinate Purple #612552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 44.91%
G = 17.13%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612552 (or 0x612552) is known color: Palatinate Purple. HEX triplet: 61, 25 and 52. RGB value is (97,37,82). Sum of RGB (Red+Green+Blue) = 97+37+82=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612552 is #9EDAAD. Grayscale: #3B3B3B. Windows color (decimal): -10410670 or 5383521. OLE color: 5383521.

HSL color Cylindrical-coordinate representation of color #612552: hue angle of 315º 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 #612552 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 82 -
CMYK 0 0.62 0.15 0.62
HSL 315º 0.45% 0.26% -
HSV(B) 315º 0.62% 0.38% -
XYZ 7.11 4.47 8.47 -
YUV 60.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 97 37 82 0 0.62 0.15 0.62 315 0.45 0.26
Hex 61 25 52 0 3E F 3E 13B 2D 1A
Octal 141 45 122 0 76 17 76 473 55 32
Binary 1100001 100101 1010010 0 111110 1111 111110 100111011 101101 11010

Color Harmonies of #612552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612552

Black with #612552

Text Example


Text Example

White with #612552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612552; }

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

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

background-color css

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

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

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

border-color css

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

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

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