Html Css Color HEX #602363 Palatinate Purple

📋 copy color: '#602363'

red 96 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #602363

Tints of Palatinate Purple #602363

RGB

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

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

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

R = 41.74%
G = 15.22%
B = 43.04%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602363 (or 0x602363) is known color: Palatinate Purple. HEX triplet: 60, 23 and 63. RGB value is (96,35,99). Sum of RGB (Red+Green+Blue) = 96+35+99=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #602363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602363 is #9FDC9C. Grayscale: #3C3C3C. Windows color (decimal): -10476701 or 6497120. OLE color: 6497120.

HSL color Cylindrical-coordinate representation of color #602363: hue angle of 297.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602363 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 35 99 -
CMYK 0.03 0.65 0 0.61
HSL 297.19º 0.48% 0.26% -
HSV(B) 297.19º 0.65% 0.39% -
XYZ 7.68 4.59 12.29 -
YUV 60.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 96 35 99 0.03 0.65 0 0.61 297.19 0.48 0.26
Hex 60 23 63 3 41 0 3D 129 30 1A
Octal 140 43 143 3 101 0 75 451 60 32
Binary 1100000 100011 1100011 11 1000001 0 111101 100101001 110000 11010

Color Harmonies of #602363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602363

Black with #602363

Text Example


Text Example

White with #602363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602363; }

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

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

background-color css

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

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

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

border-color css

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

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

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