Html Css Color HEX #602C55 Palatinate Purple

📋 copy color: '#602C55'

red 96 ◦ green 44 ◦ blue 85

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

Shades of Palatinate Purple #602C55

Tints of Palatinate Purple #602C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 42.67%
G = 19.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#602C55 (or 0x602C55) is known color: Palatinate Purple. HEX triplet: 60, 2C and 55. RGB value is (96,44,85). Sum of RGB (Red+Green+Blue) = 96+44+85=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #602C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C55 is #9FD3AA. Grayscale: #404040. Windows color (decimal): -10474411 or 5581920. OLE color: 5581920.

HSL color Cylindrical-coordinate representation of color #602C55: hue angle of 312.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C55 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 85 -
CMYK 0 0.54 0.11 0.62
HSL 312.69º 0.37% 0.27% -
HSV(B) 312.69º 0.54% 0.38% -
XYZ 7.36 4.94 9.16 -
YUV 64.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 96 44 85 0 0.54 0.11 0.62 312.69 0.37 0.27
Hex 60 2C 55 0 36 B 3E 139 25 1B
Octal 140 54 125 0 66 13 76 471 45 33
Binary 1100000 101100 1010101 0 110110 1011 111110 100111001 100101 11011

Color Harmonies of #602C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C55

Black with #602C55

Text Example


Text Example

White with #602C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,85); }

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

background-color css

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

 a { background-color: rgb(96,44,85); }

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

border-color css

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

 span { border-color: rgb(96,44,85); }

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