Html Css Color HEX #602152 Palatinate Purple

📋 copy color: '#602152'

red 96 ◦ green 33 ◦ blue 82

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

Shades of Palatinate Purple #602152

Tints of Palatinate Purple #602152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 45.5%
G = 15.64%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602152 (or 0x602152) is known color: Palatinate Purple. HEX triplet: 60, 21 and 52. RGB value is (96,33,82). Sum of RGB (Red+Green+Blue) = 96+33+82=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #602152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602152 is #9FDEAD. Grayscale: #393939. Windows color (decimal): -10477230 or 5382496. OLE color: 5382496.

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

Color convert

RGB 96 33 82 -
CMYK 0 0.66 0.15 0.62
HSL 313.33º 0.49% 0.25% -
HSV(B) 313.33º 0.66% 0.38% -
XYZ 6.89 4.18 8.43 -
YUV 57.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 96 33 82 0 0.66 0.15 0.62 313.33 0.49 0.25
Hex 60 21 52 0 42 F 3E 139 31 19
Octal 140 41 122 0 102 17 76 471 61 31
Binary 1100000 100001 1010010 0 1000010 1111 111110 100111001 110001 11001

Color Harmonies of #602152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602152

Black with #602152

Text Example


Text Example

White with #602152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602152; }

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

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

background-color css

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

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

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

border-color css

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

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

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