#63056F

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

Shades of Purple #63056F

Tints of Purple #63056F

Color information

#63056F (or 0x63056F) is unknown color: approx Purple. HEX triplet: 63, 05 and 6F. RGB value is (99,5,111). Sum of RGB (Red+Green+Blue) = 99+5+111=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #63056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63056F is #9CFA90. Grayscale: #2C2C2C. Windows color (decimal): -10287761 or 7275875. OLE color: 7275875.

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

Color convert

RGB995111-
CMYK0.110.9500.56
HSL293.21º91.38%22.75%-
HSV(B)293.21º95.5%43.53%-
XYZ8.073.9115.37-
YUV45.19165.14166.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=46.05%
G=2.33%
B=51.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9951110.110.9500.56293.2191.3822.75
Hex6356FB5F0381255b17
Octal14351571313707044513327
Binary11000111011101111101110111110111000100100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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