Html Css Color HEX #602052 Palatinate Purple

📋 copy color: '#602052'

red 96 ◦ green 32 ◦ blue 82

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

Shades of Palatinate Purple #602052

Tints of Palatinate Purple #602052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 45.71%
G = 15.24%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602052 (or 0x602052) is known color: Palatinate Purple. HEX triplet: 60, 20 and 52. RGB value is (96,32,82). Sum of RGB (Red+Green+Blue) = 96+32+82=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602052 is #9FDFAD. Grayscale: #383838. Windows color (decimal): -10477486 or 5382240. OLE color: 5382240.

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

Color convert

RGB 96 32 82 -
CMYK 0 0.67 0.15 0.62
HSL 313.13º 0.5% 0.25% -
HSV(B) 313.13º 0.67% 0.38% -
XYZ 6.86 4.13 8.42 -
YUV 56.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 96 32 82 0 0.67 0.15 0.62 313.13 0.5 0.25
Hex 60 20 52 0 43 F 3E 139 32 19
Octal 140 40 122 0 103 17 76 471 62 31
Binary 1100000 100000 1010010 0 1000011 1111 111110 100111001 110010 11001

Color Harmonies of #602052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602052

Black with #602052

Text Example


Text Example

White with #602052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602052; }

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

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

background-color css

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

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

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

border-color css

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

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

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