Html Css Color HEX #602360 Palatinate Purple

📋 copy color: '#602360'

red 96 ◦ green 35 ◦ blue 96

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

Shades of Palatinate Purple #602360

Tints of Palatinate Purple #602360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 42.29%
G = 15.42%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602360 (or 0x602360) is known color: Palatinate Purple. HEX triplet: 60, 23 and 60. RGB value is (96,35,96). Sum of RGB (Red+Green+Blue) = 96+35+96=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #602360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602360 is #9FDC9F. Grayscale: #3C3C3C. Windows color (decimal): -10476704 or 6300512. OLE color: 6300512.

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

Color convert

RGB 96 35 96 -
CMYK 0 0.64 0 0.62
HSL 300º 0.47% 0.26% -
HSV(B) 300º 0.64% 0.38% -
XYZ 7.54 4.53 11.54 -
YUV 60.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 96 35 96 0 0.64 0 0.62 300 0.47 0.26
Hex 60 23 60 0 40 0 3E 12C 2F 1A
Octal 140 43 140 0 100 0 76 454 57 32
Binary 1100000 100011 1100000 0 1000000 0 111110 100101100 101111 11010

Color Harmonies of #602360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602360

Black with #602360

Text Example


Text Example

White with #602360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602360; }

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

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

background-color css

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

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

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

border-color css

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

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

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