#63086C

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

Shades of Purple #63086C

Tints of Purple #63086C

Color information

#63086C (or 0x63086C) is unknown color: approx Purple. HEX triplet: 63, 08 and 6C. RGB value is (99,8,108). Sum of RGB (Red+Green+Blue) = 99+8+108=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #63086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63086C is #9CF793. Grayscale: #2E2E2E. Windows color (decimal): -10286996 or 7080035. OLE color: 7080035.

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

Color convert

RGB998108-
CMYK0.080.9300.58
HSL294.6º86.21%22.75%-
HSV(B)294.6º92.59%42.35%-
XYZ7.943.9114.52-
YUV46.61162.65165.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=46.05%
G=3.72%
B=50.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9981080.080.9300.58294.686.2122.75
Hex6386C85D03A1275617
Octal143101541013507244712627
Binary110001110001101100100010111010111010100100111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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