#6D0D88

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

Shades of Purple #6D0D88

Tints of Purple #6D0D88

Color information

#6D0D88 (or 0x6D0D88) is unknown color: approx Purple. HEX triplet: 6D, 0D and 88. RGB value is (109,13,136). Sum of RGB (Red+Green+Blue) = 109+13+136=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D0D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0D88 is #92F277. Grayscale: #373737. Windows color (decimal): -9630328 or 8916333. OLE color: 8916333.

HSL color Cylindrical-coordinate representation of color #6D0D88: hue angle of 286.83º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0D88 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10913136-
CMYK0.200.9000.47
HSL286.83º82.55%29.22%-
HSV(B)286.83º90.44%53.33%-
XYZ10.895.3223.74-
YUV55.73173.3166-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 13 (5.47% from 255) = 5.04%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=42.25%
G=5.04%
B=52.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109131360.200.9000.47286.8382.5529.22
Hex6DD88145A02F11f531d
Octal155152102413205743712335
Binary11011011101100010001010010110100101111100011111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,136); }

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

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

 a { background-color: rgb(109,13,136); }

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

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

 span { border-color: rgb(109,13,136); }

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