Html Css Color HEX #612857 Palatinate Purple

📋 copy color: '#612857'

red 97 ◦ green 40 ◦ blue 87

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

Shades of Palatinate Purple #612857

Tints of Palatinate Purple #612857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 43.3%
G = 17.86%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612857 (or 0x612857) is known color: Palatinate Purple. HEX triplet: 61, 28 and 57. RGB value is (97,40,87). Sum of RGB (Red+Green+Blue) = 97+40+87=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612857 is #9ED7A8. Grayscale: #3E3E3E. Windows color (decimal): -10409897 or 5711969. OLE color: 5711969.

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

Color convert

RGB 97 40 87 -
CMYK 0 0.59 0.10 0.62
HSL 310.53º 0.42% 0.27% -
HSV(B) 310.53º 0.59% 0.38% -
XYZ 7.41 4.75 9.54 -
YUV 62.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 97 40 87 0 0.59 0.10 0.62 310.53 0.42 0.27
Hex 61 28 57 0 3B A 3E 137 2A 1B
Octal 141 50 127 0 73 12 76 467 52 33
Binary 1100001 101000 1010111 0 111011 1010 111110 100110111 101010 11011

Color Harmonies of #612857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612857

Black with #612857

Text Example


Text Example

White with #612857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612857; }

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

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

background-color css

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

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

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

border-color css

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

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

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