#63076F

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

Shades of Purple #63076F

Tints of Purple #63076F

Color information

#63076F (or 0x63076F) is unknown color: approx Purple. HEX triplet: 63, 07 and 6F. RGB value is (99,7,111). Sum of RGB (Red+Green+Blue) = 99+7+111=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #63076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63076F is #9CF890. Grayscale: #2E2E2E. Windows color (decimal): -10287249 or 7276387. OLE color: 7276387.

HSL color Cylindrical-coordinate representation of color #63076F: hue angle of 293.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63076F is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB997111-
CMYK0.110.9400.56
HSL293.08º88.14%23.14%-
HSV(B)293.08º93.69%43.53%-
XYZ8.093.9515.38-
YUV46.36164.48165.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=45.62%
G=3.23%
B=51.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9971110.110.9400.56293.0888.1423.14
Hex6376FB5E0381255817
Octal14371571313607044513027
Binary11000111111101111101110111100111000100100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63076F; }

 p { color: rgb(99,7,111); }

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

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

 a { background-color: rgb(99,7,111); }

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

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

 span { border-color: rgb(99,7,111); }

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