#6B0782

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

Shades of Purple #6B0782

Tints of Purple #6B0782

Color information

#6B0782 (or 0x6B0782) is unknown color: approx Purple. HEX triplet: 6B, 07 and 82. RGB value is (107,7,130). Sum of RGB (Red+Green+Blue) = 107+7+130=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B0782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0782 is #94F87D. Grayscale: #323232. Windows color (decimal): -9762942 or 8521579. OLE color: 8521579.

HSL color Cylindrical-coordinate representation of color #6B0782: hue angle of 288.78º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0782 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1077130-
CMYK0.180.9500.49
HSL288.78º89.78%26.86%-
HSV(B)288.78º94.62%50.98%-
XYZ10.174.8921.53-
YUV50.92172.63168-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=43.85%
G=2.87%
B=53.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10771300.180.9500.49288.7889.7826.86
Hex6B782125F0311215a1b
Octal15372022213706144113233
Binary1101011111100000101001010111110110001100100001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,130); }

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

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

 a { background-color: rgb(107,7,130); }

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

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

 span { border-color: rgb(107,7,130); }

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