Html Css Color HEX #602D5E Palatinate Purple

📋 copy color: '#602D5E'

red 96 ◦ green 45 ◦ blue 94

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

Shades of Palatinate Purple #602D5E

Tints of Palatinate Purple #602D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 40.85%
G = 19.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#602D5E (or 0x602D5E) is known color: Palatinate Purple. HEX triplet: 60, 2D and 5E. RGB value is (96,45,94). Sum of RGB (Red+Green+Blue) = 96+45+94=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #602D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D5E is #9FD2A1. Grayscale: #414141. Windows color (decimal): -10474146 or 6172000. OLE color: 6172000.

HSL color Cylindrical-coordinate representation of color #602D5E: hue angle of 302.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D5E is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 94 -
CMYK 0 0.53 0.02 0.62
HSL 302.35º 0.36% 0.28% -
HSV(B) 302.35º 0.53% 0.38% -
XYZ 7.78 5.17 11.18 -
YUV 65.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 96 45 94 0 0.53 0.02 0.62 302.35 0.36 0.28
Hex 60 2D 5E 0 35 2 3E 12E 24 1C
Octal 140 55 136 0 65 2 76 456 44 34
Binary 1100000 101101 1011110 0 110101 10 111110 100101110 100100 11100

Color Harmonies of #602D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D5E

Black with #602D5E

Text Example


Text Example

White with #602D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D5E; }

 p { color: rgb(96,45,94); }

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

background-color css

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

 a { background-color: rgb(96,45,94); }

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

border-color css

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

 span { border-color: rgb(96,45,94); }

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