#6B0571

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

Shades of Purple #6B0571

Tints of Purple #6B0571

Color information

#6B0571 (or 0x6B0571) is unknown color: approx Purple. HEX triplet: 6B, 05 and 71. RGB value is (107,5,113). Sum of RGB (Red+Green+Blue) = 107+5+113=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0571 is #94FA8E. Grayscale: #2F2F2F. Windows color (decimal): -9763471 or 7406955. OLE color: 7406955.

HSL color Cylindrical-coordinate representation of color #6B0571: hue angle of 296.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0571 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1075113-
CMYK0.050.9600.56
HSL296.67º91.53%23.14%-
HSV(B)296.67º95.58%44.31%-
XYZ9.14.4316-
YUV47.81164.79170.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=47.56%
G=2.22%
B=50.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10751130.050.9600.56296.6791.5323.14
Hex6B5715600381295c17
Octal1535161514007045113427
Binary1101011101111000110111000000111000100101001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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