#63026C

Color #63026C Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #63026C

Tints of Purple #63026C

Color information

#63026C (or 0x63026C) is unknown color: approx Purple. HEX triplet: 63, 02 and 6C. RGB value is (99,2,108). Sum of RGB (Red+Green+Blue) = 99+2+108=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #63026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026C is #9CFD93. Grayscale: #2A2A2A. Windows color (decimal): -10288532 or 7078499. OLE color: 7078499.

HSL color Cylindrical-coordinate representation of color #63026C: hue angle of 294.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63026C is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB992108-
CMYK0.080.9800.58
HSL294.91º96.36%21.57%-
HSV(B)294.91º98.15%42.35%-
XYZ7.873.7814.5-
YUV43.09164.64167.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=47.37%
G=0.96%
B=51.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9921080.080.9800.58294.9196.3621.57
Hex6326C86203A1276016
Octal14321541014207244714026
Binary1100011101101100100011000100111010100100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63026C; }

 p { color: rgb(99,2,108); }

 H1.HeaderClassName
 {
   color: #63026C;
 }
 .AnyTagClassName
 {
   color: #63026C;
 }
</style>
background-color css

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

 a { background-color: rgb(99,2,108); }

 div.DivClassName
 {
   background-color: #63026C;
 }
 .BgClassName
 {
   background-color: #63026C;
 }
</style>
border-color css

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

 span { border-color: rgb(99,2,108); }

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