Html Css Color HEX #602E55 Palatinate Purple

📋 copy color: '#602E55'

red 96 ◦ green 46 ◦ blue 85

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

Shades of Palatinate Purple #602E55

Tints of Palatinate Purple #602E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.26%

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

R = 42.29%
G = 20.26%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#602E55 (or 0x602E55) is known color: Palatinate Purple. HEX triplet: 60, 2E and 55. RGB value is (96,46,85). Sum of RGB (Red+Green+Blue) = 96+46+85=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #602E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E55 is #9FD1AA. Grayscale: #414141. Windows color (decimal): -10473899 or 5582432. OLE color: 5582432.

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

Color convert

RGB 96 46 85 -
CMYK 0 0.52 0.11 0.62
HSL 313.2º 0.35% 0.28% -
HSV(B) 313.2º 0.52% 0.38% -
XYZ 7.44 5.1 9.19 -
YUV 65.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 96 46 85 0 0.52 0.11 0.62 313.2 0.35 0.28
Hex 60 2E 55 0 34 B 3E 139 23 1C
Octal 140 56 125 0 64 13 76 471 43 34
Binary 1100000 101110 1010101 0 110100 1011 111110 100111001 100011 11100

Color Harmonies of #602E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E55

Black with #602E55

Text Example


Text Example

White with #602E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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