Html Css Color HEX #602D54 Palatinate Purple

📋 copy color: '#602D54'

red 96 ◦ green 45 ◦ blue 84

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

Shades of Palatinate Purple #602D54

Tints of Palatinate Purple #602D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 42.67%
G = 20%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#602D54 (or 0x602D54) is known color: Palatinate Purple. HEX triplet: 60, 2D and 54. RGB value is (96,45,84). Sum of RGB (Red+Green+Blue) = 96+45+84=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #602D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D54 is #9FD2AB. Grayscale: #404040. Windows color (decimal): -10474156 or 5516640. OLE color: 5516640.

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

Color convert

RGB 96 45 84 -
CMYK 0 0.53 0.12 0.62
HSL 314.12º 0.36% 0.28% -
HSV(B) 314.12º 0.53% 0.38% -
XYZ 7.36 5 8.97 -
YUV 64.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 96 45 84 0 0.53 0.12 0.62 314.12 0.36 0.28
Hex 60 2D 54 0 35 C 3E 13A 24 1C
Octal 140 55 124 0 65 14 76 472 44 34
Binary 1100000 101101 1010100 0 110101 1100 111110 100111010 100100 11100

Color Harmonies of #602D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D54

Black with #602D54

Text Example


Text Example

White with #602D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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