Html Css Color HEX #602D58 Palatinate Purple

📋 copy color: '#602D58'

red 96 ◦ green 45 ◦ blue 88

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

Shades of Palatinate Purple #602D58

Tints of Palatinate Purple #602D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 41.92%
G = 19.65%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#602D58 (or 0x602D58) is known color: Palatinate Purple. HEX triplet: 60, 2D and 58. RGB value is (96,45,88). Sum of RGB (Red+Green+Blue) = 96+45+88=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #602D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D58 is #9FD2A7. Grayscale: #414141. Windows color (decimal): -10474152 or 5778784. OLE color: 5778784.

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

Color convert

RGB 96 45 88 -
CMYK 0 0.53 0.08 0.62
HSL 309.41º 0.36% 0.28% -
HSV(B) 309.41º 0.53% 0.38% -
XYZ 7.52 5.07 9.81 -
YUV 65.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 96 45 88 0 0.53 0.08 0.62 309.41 0.36 0.28
Hex 60 2D 58 0 35 8 3E 135 24 1C
Octal 140 55 130 0 65 10 76 465 44 34
Binary 1100000 101101 1011000 0 110101 1000 111110 100110101 100100 11100

Color Harmonies of #602D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D58

Black with #602D58

Text Example


Text Example

White with #602D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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