Html Css Color HEX #612457 Palatinate Purple

📋 copy color: '#612457'

red 97 ◦ green 36 ◦ blue 87

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

Shades of Palatinate Purple #612457

Tints of Palatinate Purple #612457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 87 (34.38% from 255) = 39.55%

R = 44.09%
G = 16.36%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612457 (or 0x612457) is known color: Palatinate Purple. HEX triplet: 61, 24 and 57. RGB value is (97,36,87). Sum of RGB (Red+Green+Blue) = 97+36+87=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612457 is #9EDBA8. Grayscale: #3B3B3B. Windows color (decimal): -10410921 or 5710945. OLE color: 5710945.

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

Color convert

RGB 97 36 87 -
CMYK 0 0.63 0.10 0.62
HSL 309.84º 0.46% 0.26% -
HSV(B) 309.84º 0.63% 0.38% -
XYZ 7.28 4.49 9.5 -
YUV 60.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 97 36 87 0 0.63 0.10 0.62 309.84 0.46 0.26
Hex 61 24 57 0 3F A 3E 136 2E 1A
Octal 141 44 127 0 77 12 76 466 56 32
Binary 1100001 100100 1010111 0 111111 1010 111110 100110110 101110 11010

Color Harmonies of #612457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612457

Black with #612457

Text Example


Text Example

White with #612457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612457; }

 p { color: rgb(97,36,87); }

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

background-color css

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

 a { background-color: rgb(97,36,87); }

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

border-color css

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

 span { border-color: rgb(97,36,87); }

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