Html Css Color HEX #602F5D Palatinate Purple

📋 copy color: '#602F5D'

red 96 ◦ green 47 ◦ blue 93

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

Shades of Palatinate Purple #602F5D

Tints of Palatinate Purple #602F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 40.68%
G = 19.92%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#602F5D (or 0x602F5D) is known color: Palatinate Purple. HEX triplet: 60, 2F and 5D. RGB value is (96,47,93). Sum of RGB (Red+Green+Blue) = 96+47+93=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5D is #9FD0A2. Grayscale: #424242. Windows color (decimal): -10473635 or 6106976. OLE color: 6106976.

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

Color convert

RGB 96 47 93 -
CMYK 0 0.51 0.03 0.62
HSL 303.67º 0.34% 0.28% -
HSV(B) 303.67º 0.51% 0.38% -
XYZ 7.82 5.31 10.97 -
YUV 66.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 96 47 93 0 0.51 0.03 0.62 303.67 0.34 0.28
Hex 60 2F 5D 0 33 3 3E 130 22 1C
Octal 140 57 135 0 63 3 76 460 42 34
Binary 1100000 101111 1011101 0 110011 11 111110 100110000 100010 11100

Color Harmonies of #602F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F5D

Black with #602F5D

Text Example


Text Example

White with #602F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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