Html Css Color HEX #602663 Palatinate Purple

📋 copy color: '#602663'

red 96 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #602663

Tints of Palatinate Purple #602663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

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

R = 41.2%
G = 16.31%
B = 42.49%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602663 (or 0x602663) is known color: Palatinate Purple. HEX triplet: 60, 26 and 63. RGB value is (96,38,99). Sum of RGB (Red+Green+Blue) = 96+38+99=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #602663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602663 is #9FD99C. Grayscale: #3E3E3E. Windows color (decimal): -10475933 or 6497888. OLE color: 6497888.

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

Color convert

RGB 96 38 99 -
CMYK 0.03 0.62 0 0.61
HSL 297.05º 0.45% 0.27% -
HSV(B) 297.05º 0.62% 0.39% -
XYZ 7.77 4.77 12.32 -
YUV 62.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 96 38 99 0.03 0.62 0 0.61 297.05 0.45 0.27
Hex 60 26 63 3 3E 0 3D 129 2D 1B
Octal 140 46 143 3 76 0 75 451 55 33
Binary 1100000 100110 1100011 11 111110 0 111101 100101001 101101 11011

Color Harmonies of #602663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602663

Black with #602663

Text Example


Text Example

White with #602663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602663; }

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

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

background-color css

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

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

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

border-color css

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

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

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