#6B0163

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

Shades of Purple #6B0163

Tints of Purple #6B0163

Color information

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

HSL color Cylindrical-coordinate representation of color #6B0163: hue angle of 304.53º 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 #6B0163 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB107199-
CMYK00.990.070.58
HSL304.53º98.15%21.18%-
HSV(B)304.53º99.07%41.96%-
XYZ8.334.0512.15-
YUV43.87159.12173.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10719900.990.070.58304.5398.1521.18
Hex6B16306373A1316215
Octal1531143014377246114225
Binary11010111110001101100011111111010100110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0163; }

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

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

<style>
 a { background-color: #6B0163; }

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

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

<style>
 span { border-color: #6B0163; }

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

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