Html Css Color HEX #603959 Palatinate Purple

📋 copy color: '#603959'

red 96 ◦ green 57 ◦ blue 89

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

Shades of Palatinate Purple #603959

Tints of Palatinate Purple #603959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 39.67%
G = 23.55%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#603959 (or 0x603959) is known color: Palatinate Purple. HEX triplet: 60, 39 and 59. RGB value is (96,57,89). Sum of RGB (Red+Green+Blue) = 96+57+89=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #603959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603959 is #9FC6A6. Grayscale: #484848. Windows color (decimal): -10471079 or 5847392. OLE color: 5847392.

HSL color Cylindrical-coordinate representation of color #603959: hue angle of 310.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603959 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 89 -
CMYK 0 0.41 0.07 0.62
HSL 310.77º 0.25% 0.3% -
HSV(B) 310.77º 0.41% 0.38% -
XYZ 8.09 6.13 10.21 -
YUV 72.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 96 57 89 0 0.41 0.07 0.62 310.77 0.25 0.3
Hex 60 39 59 0 29 7 3E 137 19 1E
Octal 140 71 131 0 51 7 76 467 31 36
Binary 1100000 111001 1011001 0 101001 111 111110 100110111 11001 11110

Color Harmonies of #603959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603959

Black with #603959

Text Example


Text Example

White with #603959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603959; }

 p { color: rgb(96,57,89); }

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

background-color css

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

 a { background-color: rgb(96,57,89); }

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

border-color css

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

 span { border-color: rgb(96,57,89); }

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