Html Css Color HEX #602352 Palatinate Purple

📋 copy color: '#602352'

red 96 ◦ green 35 ◦ blue 82

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

Shades of Palatinate Purple #602352

Tints of Palatinate Purple #602352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 45.07%
G = 16.43%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602352 (or 0x602352) is known color: Palatinate Purple. HEX triplet: 60, 23 and 52. RGB value is (96,35,82). Sum of RGB (Red+Green+Blue) = 96+35+82=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602352 is #9FDCAD. Grayscale: #3A3A3A. Windows color (decimal): -10476718 or 5383008. OLE color: 5383008.

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

Color convert

RGB 96 35 82 -
CMYK 0 0.64 0.15 0.62
HSL 313.77º 0.47% 0.26% -
HSV(B) 313.77º 0.64% 0.38% -
XYZ 6.95 4.3 8.45 -
YUV 58.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 96 35 82 0 0.64 0.15 0.62 313.77 0.47 0.26
Hex 60 23 52 0 40 F 3E 13A 2F 1A
Octal 140 43 122 0 100 17 76 472 57 32
Binary 1100000 100011 1010010 0 1000000 1111 111110 100111010 101111 11010

Color Harmonies of #602352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602352

Black with #602352

Text Example


Text Example

White with #602352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602352; }

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

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

background-color css

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

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

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

border-color css

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

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

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