Html Css Color HEX #602F5B Palatinate Purple

📋 copy color: '#602F5B'

red 96 ◦ green 47 ◦ blue 91

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

Shades of Palatinate Purple #602F5B

Tints of Palatinate Purple #602F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 41.03%
G = 20.09%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#602F5B (or 0x602F5B) is known color: Palatinate Purple. HEX triplet: 60, 2F and 5B. RGB value is (96,47,91). Sum of RGB (Red+Green+Blue) = 96+47+91=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #602F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F5B is #9FD0A4. Grayscale: #424242. Windows color (decimal): -10473637 or 5975904. OLE color: 5975904.

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

Color convert

RGB 96 47 91 -
CMYK 0 0.51 0.05 0.62
HSL 306.12º 0.34% 0.28% -
HSV(B) 306.12º 0.51% 0.38% -
XYZ 7.73 5.28 10.51 -
YUV 66.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 96 47 91 0 0.51 0.05 0.62 306.12 0.34 0.28
Hex 60 2F 5B 0 33 5 3E 132 22 1C
Octal 140 57 133 0 63 5 76 462 42 34
Binary 1100000 101111 1011011 0 110011 101 111110 100110010 100010 11100

Color Harmonies of #602F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F5B

Black with #602F5B

Text Example


Text Example

White with #602F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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