Html Css Color HEX #602460 Palatinate Purple

📋 copy color: '#602460'

red 96 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #602460

Tints of Palatinate Purple #602460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 42.11%
G = 15.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602460 (or 0x602460) is known color: Palatinate Purple. HEX triplet: 60, 24 and 60. RGB value is (96,36,96). Sum of RGB (Red+Green+Blue) = 96+36+96=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #602460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602460 is #9FDB9F. Grayscale: #3C3C3C. Windows color (decimal): -10476448 or 6300768. OLE color: 6300768.

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

Color convert

RGB 96 36 96 -
CMYK 0 0.62 0 0.62
HSL 300º 0.45% 0.26% -
HSV(B) 300º 0.63% 0.38% -
XYZ 7.57 4.59 11.55 -
YUV 60.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 96 36 96 0 0.62 0 0.62 300 0.45 0.26
Hex 60 24 60 0 3E 0 3E 12C 2D 1A
Octal 140 44 140 0 76 0 76 454 55 32
Binary 1100000 100100 1100000 0 111110 0 111110 100101100 101101 11010

Color Harmonies of #602460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602460

Black with #602460

Text Example


Text Example

White with #602460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602460; }

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

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

background-color css

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

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

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

border-color css

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

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

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