Html Css Color HEX #602D5D Palatinate Purple

📋 copy color: '#602D5D'

red 96 ◦ green 45 ◦ blue 93

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

Shades of Palatinate Purple #602D5D

Tints of Palatinate Purple #602D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 41.03%
G = 19.23%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#602D5D (or 0x602D5D) is known color: Palatinate Purple. HEX triplet: 60, 2D and 5D. RGB value is (96,45,93). Sum of RGB (Red+Green+Blue) = 96+45+93=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #602D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D5D is #9FD2A2. Grayscale: #414141. Windows color (decimal): -10474147 or 6106464. OLE color: 6106464.

HSL color Cylindrical-coordinate representation of color #602D5D: hue angle of 303.53º 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 #602D5D is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 93 -
CMYK 0 0.53 0.03 0.62
HSL 303.53º 0.36% 0.28% -
HSV(B) 303.53º 0.53% 0.38% -
XYZ 7.74 5.15 10.94 -
YUV 65.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 96 45 93 0 0.53 0.03 0.62 303.53 0.36 0.28
Hex 60 2D 5D 0 35 3 3E 130 24 1C
Octal 140 55 135 0 65 3 76 460 44 34
Binary 1100000 101101 1011101 0 110101 11 111110 100110000 100100 11100

Color Harmonies of #602D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D5D

Black with #602D5D

Text Example


Text Example

White with #602D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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