#6B0581

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

Shades of Purple #6B0581

Tints of Purple #6B0581

Color information

#6B0581 (or 0x6B0581) is unknown color: approx Purple. HEX triplet: 6B, 05 and 81. RGB value is (107,5,129). Sum of RGB (Red+Green+Blue) = 107+5+129=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B0581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0581 is #94FA7E. Grayscale: #313131. Windows color (decimal): -9763455 or 8455531. OLE color: 8455531.

HSL color Cylindrical-coordinate representation of color #6B0581: hue angle of 289.35º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0581 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1075129-
CMYK0.170.9600.49
HSL289.35º92.54%26.27%-
HSV(B)289.35º96.12%50.59%-
XYZ10.084.8221.17-
YUV49.63172.79168.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=44.40%
G=2.07%
B=53.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10751290.170.9600.49289.3592.5426.27
Hex6B58111600311215d1a
Octal15352012114006144113532
Binary1101011101100000011000111000000110001100100001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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