#6D0E83

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

Shades of Purple #6D0E83

Tints of Purple #6D0E83

Color information

#6D0E83 (or 0x6D0E83) is unknown color: approx Purple. HEX triplet: 6D, 0E and 83. RGB value is (109,14,131). Sum of RGB (Red+Green+Blue) = 109+14+131=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D0E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0E83 is #92F17C. Grayscale: #373737. Windows color (decimal): -9630077 or 8588909. OLE color: 8588909.

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

Color convert

RGB10914131-
CMYK0.170.8900.49
HSL288.72º80.69%28.43%-
HSV(B)288.72º89.31%51.37%-
XYZ10.565.221.92-
YUV55.74170.47165.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.91%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=42.91%
G=5.51%
B=51.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109141310.170.8900.49288.7280.6928.43
Hex6DE831159031121511c
Octal155162032113106144112134
Binary11011011110100000111000110110010110001100100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,131); }

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

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

 a { background-color: rgb(109,14,131); }

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

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

 span { border-color: rgb(109,14,131); }

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