#63016B

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

Shades of Purple #63016B

Tints of Purple #63016B

Color information

#63016B (or 0x63016B) is unknown color: approx Purple. HEX triplet: 63, 01 and 6B. RGB value is (99,1,107). Sum of RGB (Red+Green+Blue) = 99+1+107=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #63016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63016B is #9CFE94. Grayscale: #2A2A2A. Windows color (decimal): -10288789 or 7012707. OLE color: 7012707.

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

Color convert

RGB991107-
CMYK0.070.9900.58
HSL295.47º98.15%21.18%-
HSV(B)295.47º99.07%41.96%-
XYZ7.813.7414.22-
YUV42.39164.47168.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 107 (42.19% from 255) = 51.69%
R=47.83%
G=0.48%
B=51.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9911070.070.9900.58295.4798.1521.18
Hex6316B76303A1276215
Octal1431153714307244714225
Binary11000111110101111111000110111010100100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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