Html Css Color HEX #612156 Palatinate Purple

📋 copy color: '#612156'

red 97 ◦ green 33 ◦ blue 86

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

Shades of Palatinate Purple #612156

Tints of Palatinate Purple #612156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 44.91%
G = 15.28%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#612156 (or 0x612156) is known color: Palatinate Purple. HEX triplet: 61, 21 and 56. RGB value is (97,33,86). Sum of RGB (Red+Green+Blue) = 97+33+86=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612156 is #9EDEA9. Grayscale: #3A3A3A. Windows color (decimal): -10411690 or 5644641. OLE color: 5644641.

HSL color Cylindrical-coordinate representation of color #612156: hue angle of 310.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612156 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 86 -
CMYK 0 0.66 0.11 0.62
HSL 310.31º 0.49% 0.25% -
HSV(B) 310.31º 0.66% 0.38% -
XYZ 7.15 4.3 9.26 -
YUV 58.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 97 33 86 0 0.66 0.11 0.62 310.31 0.49 0.25
Hex 61 21 56 0 42 B 3E 136 31 19
Octal 141 41 126 0 102 13 76 466 61 31
Binary 1100001 100001 1010110 0 1000010 1011 111110 100110110 110001 11001

Color Harmonies of #612156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612156

Black with #612156

Text Example


Text Example

White with #612156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612156; }

 p { color: rgb(97,33,86); }

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

background-color css

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

 a { background-color: rgb(97,33,86); }

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

border-color css

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

 span { border-color: rgb(97,33,86); }

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