#6B0476

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

Shades of Purple #6B0476

Tints of Purple #6B0476

Color information

#6B0476 (or 0x6B0476) is unknown color: approx Purple. HEX triplet: 6B, 04 and 76. RGB value is (107,4,118). Sum of RGB (Red+Green+Blue) = 107+4+118=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0476 is #94FB89. Grayscale: #2F2F2F. Windows color (decimal): -9763722 or 7734379. OLE color: 7734379.

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

Color convert

RGB1074118-
CMYK0.090.9700.54
HSL294.21º93.44%23.92%-
HSV(B)294.21º96.61%46.27%-
XYZ9.384.5217.52-
YUV47.79167.62170.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.72%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=46.72%
G=1.75%
B=51.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10741180.090.9700.54294.2193.4423.92
Hex6B4769610361265d18
Octal15341661114106644613530
Binary11010111001110110100111000010110110100100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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