Html Css Color HEX #601552 Palatinate Purple

📋 copy color: '#601552'

red 96 ◦ green 21 ◦ blue 82

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

Shades of Palatinate Purple #601552

Tints of Palatinate Purple #601552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 48.24%
G = 10.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#601552 (or 0x601552) is known color: Palatinate Purple. HEX triplet: 60, 15 and 52. RGB value is (96,21,82). Sum of RGB (Red+Green+Blue) = 96+21+82=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601552 is #9FEAAD. Grayscale: #323232. Windows color (decimal): -10480302 or 5379424. OLE color: 5379424.

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

Color convert

RGB 96 21 82 -
CMYK 0 0.78 0.15 0.62
HSL 311.2º 0.64% 0.23% -
HSV(B) 311.2º 0.78% 0.38% -
XYZ 6.62 3.63 8.34 -
YUV 50.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 96 21 82 0 0.78 0.15 0.62 311.2 0.64 0.23
Hex 60 15 52 0 4E F 3E 137 40 17
Octal 140 25 122 0 116 17 76 467 100 27
Binary 1100000 10101 1010010 0 1001110 1111 111110 100110111 1000000 10111

Color Harmonies of #601552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601552

Black with #601552

Text Example


Text Example

White with #601552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601552; }

 p { color: rgb(96,21,82); }

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

background-color css

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

 a { background-color: rgb(96,21,82); }

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

border-color css

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

 span { border-color: rgb(96,21,82); }

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