Html Css Color HEX #612257 Palatinate Purple

📋 copy color: '#612257'

red 97 ◦ green 34 ◦ blue 87

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

Shades of Palatinate Purple #612257

Tints of Palatinate Purple #612257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 44.5%
G = 15.6%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612257 (or 0x612257) is known color: Palatinate Purple. HEX triplet: 61, 22 and 57. RGB value is (97,34,87). Sum of RGB (Red+Green+Blue) = 97+34+87=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612257 is #9EDDA8. Grayscale: #3A3A3A. Windows color (decimal): -10411433 or 5710433. OLE color: 5710433.

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

Color convert

RGB 97 34 87 -
CMYK 0 0.65 0.10 0.62
HSL 309.52º 0.48% 0.26% -
HSV(B) 309.52º 0.65% 0.38% -
XYZ 7.22 4.37 9.48 -
YUV 58.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 97 34 87 0 0.65 0.10 0.62 309.52 0.48 0.26
Hex 61 22 57 0 41 A 3E 136 30 1A
Octal 141 42 127 0 101 12 76 466 60 32
Binary 1100001 100010 1010111 0 1000001 1010 111110 100110110 110000 11010

Color Harmonies of #612257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612257

Black with #612257

Text Example


Text Example

White with #612257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612257; }

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

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

background-color css

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

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

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

border-color css

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

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

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