#6B0781

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

Shades of Purple #6B0781

Tints of Purple #6B0781

Color information

#6B0781 (or 0x6B0781) is unknown color: approx Purple. HEX triplet: 6B, 07 and 81. RGB value is (107,7,129). Sum of RGB (Red+Green+Blue) = 107+7+129=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B0781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0781 is #94F87E. Grayscale: #323232. Windows color (decimal): -9762943 or 8456043. OLE color: 8456043.

HSL color Cylindrical-coordinate representation of color #6B0781: hue angle of 289.18º 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 #6B0781 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1077129-
CMYK0.170.9500.49
HSL289.18º89.71%26.67%-
HSV(B)289.18º94.57%50.59%-
XYZ10.14.8621.18-
YUV50.81172.13168.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=44.03%
G=2.88%
B=53.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10771290.170.9500.49289.1889.7126.67
Hex6B781115F0311215a1b
Octal15372012113706144113233
Binary1101011111100000011000110111110110001100100001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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