Html Css Color HEX #602652 Palatinate Purple

📋 copy color: '#602652'

red 96 ◦ green 38 ◦ blue 82

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

Shades of Palatinate Purple #602652

Tints of Palatinate Purple #602652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 44.44%
G = 17.59%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602652 (or 0x602652) is known color: Palatinate Purple. HEX triplet: 60, 26 and 52. RGB value is (96,38,82). Sum of RGB (Red+Green+Blue) = 96+38+82=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602652 is #9FD9AD. Grayscale: #3C3C3C. Windows color (decimal): -10475950 or 5383776. OLE color: 5383776.

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

Color convert

RGB 96 38 82 -
CMYK 0 0.60 0.15 0.62
HSL 314.48º 0.43% 0.26% -
HSV(B) 314.48º 0.6% 0.38% -
XYZ 7.04 4.48 8.48 -
YUV 60.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 96 38 82 0 0.60 0.15 0.62 314.48 0.43 0.26
Hex 60 26 52 0 3C F 3E 13A 2B 1A
Octal 140 46 122 0 74 17 76 472 53 32
Binary 1100000 100110 1010010 0 111100 1111 111110 100111010 101011 11010

Color Harmonies of #602652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602652

Black with #602652

Text Example


Text Example

White with #602652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602652; }

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

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

background-color css

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

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

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

border-color css

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

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

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