Html Css Color HEX #601656 Palatinate Purple

📋 copy color: '#601656'

red 96 ◦ green 22 ◦ blue 86

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

Shades of Palatinate Purple #601656

Tints of Palatinate Purple #601656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 47.06%
G = 10.78%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#601656 (or 0x601656) is known color: Palatinate Purple. HEX triplet: 60, 16 and 56. RGB value is (96,22,86). Sum of RGB (Red+Green+Blue) = 96+22+86=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601656 is #9FE9A9. Grayscale: #333333. Windows color (decimal): -10480042 or 5641824. OLE color: 5641824.

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

Color convert

RGB 96 22 86 -
CMYK 0 0.77 0.10 0.62
HSL 308.11º 0.63% 0.23% -
HSV(B) 308.11º 0.77% 0.38% -
XYZ 6.79 3.73 9.17 -
YUV 51.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 96 22 86 0 0.77 0.10 0.62 308.11 0.63 0.23
Hex 60 16 56 0 4D A 3E 134 3F 17
Octal 140 26 126 0 115 12 76 464 77 27
Binary 1100000 10110 1010110 0 1001101 1010 111110 100110100 111111 10111

Color Harmonies of #601656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601656

Black with #601656

Text Example


Text Example

White with #601656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601656; }

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

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

background-color css

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

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

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

border-color css

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

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

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