#63026B

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

Shades of Purple #63026B

Tints of Purple #63026B

Color information

#63026B (or 0x63026B) is unknown color: approx Purple. HEX triplet: 63, 02 and 6B. RGB value is (99,2,107). Sum of RGB (Red+Green+Blue) = 99+2+107=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #63026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026B is #9CFD94. Grayscale: #2A2A2A. Windows color (decimal): -10288533 or 7012963. OLE color: 7012963.

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

Color convert

RGB992107-
CMYK0.070.9800.58
HSL295.43º96.33%21.37%-
HSV(B)295.43º98.13%41.96%-
XYZ7.823.7614.22-
YUV42.97164.14167.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=47.60%
G=0.96%
B=51.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9921070.070.9800.58295.4396.3321.37
Hex6326B76203A1276015
Octal1432153714207244714025
Binary110001110110101111111000100111010100100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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