Html Css Color HEX #603060 Palatinate Purple

📋 copy color: '#603060'

red 96 ◦ green 48 ◦ blue 96

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

Shades of Palatinate Purple #603060

Tints of Palatinate Purple #603060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603060 (or 0x603060) is known color: Palatinate Purple. HEX triplet: 60, 30 and 60. RGB value is (96,48,96). Sum of RGB (Red+Green+Blue) = 96+48+96=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603060 is #9FCF9F. Grayscale: #434343. Windows color (decimal): -10473376 or 6303840. OLE color: 6303840.

HSL color Cylindrical-coordinate representation of color #603060: hue angle of 300º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603060 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 96 -
CMYK 0 0.50 0 0.62
HSL 300º 0.33% 0.28% -
HSV(B) 300º 0.5% 0.38% -
XYZ 7.99 5.45 11.7 -
YUV 67.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 96 48 96 0 0.50 0 0.62 300 0.33 0.28
Hex 60 30 60 0 32 0 3E 12C 21 1C
Octal 140 60 140 0 62 0 76 454 41 34
Binary 1100000 110000 1100000 0 110010 0 111110 100101100 100001 11100

Color Harmonies of #603060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603060

Black with #603060

Text Example


Text Example

White with #603060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603060; }

 p { color: rgb(96,48,96); }

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

background-color css

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

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

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

border-color css

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

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

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