#63026E

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

Shades of Purple #63026E

Tints of Purple #63026E

Color information

#63026E (or 0x63026E) is unknown color: approx Purple. HEX triplet: 63, 02 and 6E. RGB value is (99,2,110). Sum of RGB (Red+Green+Blue) = 99+2+110=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #63026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026E is #9CFD91. Grayscale: #2A2A2A. Windows color (decimal): -10288530 or 7209571. OLE color: 7209571.

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

Color convert

RGB992110-
CMYK0.10.9800.57
HSL293.89º96.43%21.96%-
HSV(B)293.89º98.18%43.14%-
XYZ7.983.8215.07-
YUV43.32165.64167.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=46.92%
G=0.95%
B=52.13%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9921100.10.9800.57293.8996.4321.96
Hex6326EA620391266016
Octal14321561214207144614026
Binary1100011101101110101011000100111001100100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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