#6B0D81

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

Shades of Purple #6B0D81

Tints of Purple #6B0D81

Color information

#6B0D81 (or 0x6B0D81) is unknown color: approx Purple. HEX triplet: 6B, 0D and 81. RGB value is (107,13,129). Sum of RGB (Red+Green+Blue) = 107+13+129=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B0D81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0D81 is #94F27E. Grayscale: #353535. Windows color (decimal): -9761407 or 8457579. OLE color: 8457579.

HSL color Cylindrical-coordinate representation of color #6B0D81: hue angle of 288.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0D81 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10713129-
CMYK0.170.9000.49
HSL288.62º81.69%27.84%-
HSV(B)288.62º89.92%50.59%-
XYZ10.17521.2-
YUV54.33170.14165.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=42.97%
G=5.22%
B=51.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107131290.170.9000.49288.6281.6927.84
Hex6BD81115A031121521c
Octal153152012113206144112234
Binary11010111101100000011000110110100110001100100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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