Html Css Color HEX #601456 Palatinate Purple

📋 copy color: '#601456'

red 96 ◦ green 20 ◦ blue 86

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

Shades of Palatinate Purple #601456

Tints of Palatinate Purple #601456

RGB

 RED value IS 96 (37.89% from 255) = 47.52%

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 47.52%
G = 9.9%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#601456 (or 0x601456) is known color: Palatinate Purple. HEX triplet: 60, 14 and 56. RGB value is (96,20,86). Sum of RGB (Red+Green+Blue) = 96+20+86=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601456 is #9FEBA9. Grayscale: #323232. Windows color (decimal): -10480554 or 5641312. OLE color: 5641312.

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

Color convert

RGB 96 20 86 -
CMYK 0 0.79 0.10 0.62
HSL 307.89º 0.66% 0.23% -
HSV(B) 307.89º 0.79% 0.38% -
XYZ 6.75 3.66 9.15 -
YUV 50.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 96 20 86 0 0.79 0.10 0.62 307.89 0.66 0.23
Hex 60 14 56 0 4F A 3E 134 42 17
Octal 140 24 126 0 117 12 76 464 102 27
Binary 1100000 10100 1010110 0 1001111 1010 111110 100110100 1000010 10111

Color Harmonies of #601456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601456

Black with #601456

Text Example


Text Example

White with #601456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601456; }

 p { color: rgb(96,20,86); }

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

background-color css

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

 a { background-color: rgb(96,20,86); }

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

border-color css

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

 span { border-color: rgb(96,20,86); }

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