#6B0976

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

Shades of Purple #6B0976

Tints of Purple #6B0976

Color information

#6B0976 (or 0x6B0976) is unknown color: approx Purple. HEX triplet: 6B, 09 and 76. RGB value is (107,9,118). Sum of RGB (Red+Green+Blue) = 107+9+118=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B0976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0976 is #94F689. Grayscale: #323232. Windows color (decimal): -9762442 or 7735659. OLE color: 7735659.

HSL color Cylindrical-coordinate representation of color #6B0976: hue angle of 293.94º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B0976 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1079118-
CMYK0.090.9200.54
HSL293.94º85.83%24.9%-
HSV(B)293.94º92.37%46.27%-
XYZ9.434.6317.54-
YUV50.73165.97168.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=45.73%
G=3.85%
B=50.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10791180.090.9200.54293.9485.8324.9
Hex6B97695C0361265619
Octal153111661113406644612631
Binary110101110011110110100110111000110110100100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,9,118); }

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

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

 a { background-color: rgb(107,9,118); }

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

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

 span { border-color: rgb(107,9,118); }

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