Html Css Color HEX #602163 Palatinate Purple

📋 copy color: '#602163'

red 96 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #602163

Tints of Palatinate Purple #602163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.47%

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

R = 42.11%
G = 14.47%
B = 43.42%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602163 (or 0x602163) is known color: Palatinate Purple. HEX triplet: 60, 21 and 63. RGB value is (96,33,99). Sum of RGB (Red+Green+Blue) = 96+33+99=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #602163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602163 is #9FDE9C. Grayscale: #3B3B3B. Windows color (decimal): -10477213 or 6496608. OLE color: 6496608.

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

Color convert

RGB 96 33 99 -
CMYK 0.03 0.67 0 0.61
HSL 297.27º 0.5% 0.26% -
HSV(B) 297.27º 0.67% 0.39% -
XYZ 7.62 4.48 12.27 -
YUV 59.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 96 33 99 0.03 0.67 0 0.61 297.27 0.5 0.26
Hex 60 21 63 3 43 0 3D 129 32 1A
Octal 140 41 143 3 103 0 75 451 62 32
Binary 1100000 100001 1100011 11 1000011 0 111101 100101001 110010 11010

Color Harmonies of #602163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602163

Black with #602163

Text Example


Text Example

White with #602163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602163; }

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

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

background-color css

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

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

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

border-color css

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

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

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