Html Css Color HEX #602863 Palatinate Purple

📋 copy color: '#602863'

red 96 ◦ green 40 ◦ blue 99

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

Shades of Palatinate Purple #602863

Tints of Palatinate Purple #602863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 40.85%
G = 17.02%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602863 (or 0x602863) is known color: Palatinate Purple. HEX triplet: 60, 28 and 63. RGB value is (96,40,99). Sum of RGB (Red+Green+Blue) = 96+40+99=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #602863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602863 is #9FD79C. Grayscale: #3F3F3F. Windows color (decimal): -10475421 or 6498400. OLE color: 6498400.

HSL color Cylindrical-coordinate representation of color #602863: hue angle of 296.95º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602863 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 40 99 -
CMYK 0.03 0.60 0 0.61
HSL 296.95º 0.42% 0.27% -
HSV(B) 296.95º 0.6% 0.39% -
XYZ 7.83 4.91 12.34 -
YUV 63.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 96 40 99 0.03 0.60 0 0.61 296.95 0.42 0.27
Hex 60 28 63 3 3C 0 3D 129 2A 1B
Octal 140 50 143 3 74 0 75 451 52 33
Binary 1100000 101000 1100011 11 111100 0 111101 100101001 101010 11011

Color Harmonies of #602863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602863

Black with #602863

Text Example


Text Example

White with #602863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602863; }

 p { color: rgb(96,40,99); }

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

background-color css

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

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

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

border-color css

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

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

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