Html Css Color HEX #602260 Palatinate Purple

📋 copy color: '#602260'

red 96 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #602260

Tints of Palatinate Purple #602260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 42.48%
G = 15.04%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602260 (or 0x602260) is known color: Palatinate Purple. HEX triplet: 60, 22 and 60. RGB value is (96,34,96). Sum of RGB (Red+Green+Blue) = 96+34+96=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #602260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602260 is #9FDD9F. Grayscale: #3B3B3B. Windows color (decimal): -10476960 or 6300256. OLE color: 6300256.

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

Color convert

RGB 96 34 96 -
CMYK 0 0.65 0 0.62
HSL 300º 0.48% 0.25% -
HSV(B) 300º 0.65% 0.38% -
XYZ 7.51 4.48 11.53 -
YUV 59.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 96 34 96 0 0.65 0 0.62 300 0.48 0.25
Hex 60 22 60 0 41 0 3E 12C 30 19
Octal 140 42 140 0 101 0 76 454 60 31
Binary 1100000 100010 1100000 0 1000001 0 111110 100101100 110000 11001

Color Harmonies of #602260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602260

Black with #602260

Text Example


Text Example

White with #602260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602260; }

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

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

background-color css

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

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

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

border-color css

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

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

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