Html Css Color HEX #602F5F Palatinate Purple

📋 copy color: '#602F5F'

red 96 ◦ green 47 ◦ blue 95

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

Shades of Palatinate Purple #602F5F

Tints of Palatinate Purple #602F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 40.34%
G = 19.75%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#602F5F (or 0x602F5F) is known color: Palatinate Purple. HEX triplet: 60, 2F and 5F. RGB value is (96,47,95). Sum of RGB (Red+Green+Blue) = 96+47+95=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5F is #9FD0A0. Grayscale: #424242. Windows color (decimal): -10473633 or 6238048. OLE color: 6238048.

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

Color convert

RGB 96 47 95 -
CMYK 0 0.51 0.01 0.62
HSL 301.22º 0.34% 0.28% -
HSV(B) 301.22º 0.51% 0.38% -
XYZ 7.91 5.35 11.44 -
YUV 67.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 96 47 95 0 0.51 0.01 0.62 301.22 0.34 0.28
Hex 60 2F 5F 0 33 1 3E 12D 22 1C
Octal 140 57 137 0 63 1 76 455 42 34
Binary 1100000 101111 1011111 0 110011 1 111110 100101101 100010 11100

Color Harmonies of #602F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F5F

Black with #602F5F

Text Example


Text Example

White with #602F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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