Html Css Color HEX #601E52 Palatinate Purple

📋 copy color: '#601E52'

red 96 ◦ green 30 ◦ blue 82

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

Shades of Palatinate Purple #601E52

Tints of Palatinate Purple #601E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 46.15%
G = 14.42%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#601E52 (or 0x601E52) is known color: Palatinate Purple. HEX triplet: 60, 1E and 52. RGB value is (96,30,82). Sum of RGB (Red+Green+Blue) = 96+30+82=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #601E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E52 is #9FE1AD. Grayscale: #373737. Windows color (decimal): -10477998 or 5381728. OLE color: 5381728.

HSL color Cylindrical-coordinate representation of color #601E52: hue angle of 312.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E52 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 82 -
CMYK 0 0.69 0.15 0.62
HSL 312.73º 0.52% 0.25% -
HSV(B) 312.73º 0.69% 0.38% -
XYZ 6.81 4.02 8.4 -
YUV 55.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 96 30 82 0 0.69 0.15 0.62 312.73 0.52 0.25
Hex 60 1E 52 0 45 F 3E 139 34 19
Octal 140 36 122 0 105 17 76 471 64 31
Binary 1100000 11110 1010010 0 1000101 1111 111110 100111001 110100 11001

Color Harmonies of #601E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E52

Black with #601E52

Text Example


Text Example

White with #601E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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