#6D0088

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

Shades of Purple #6D0088

Tints of Purple #6D0088

Color information

#6D0088 (or 0x6D0088) is unknown color: approx Purple. HEX triplet: 6D, 00 and 88. RGB value is (109,0,136). Sum of RGB (Red+Green+Blue) = 109+0+136=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D0088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0088 is #92FF77. Grayscale: #2F2F2F. Windows color (decimal): -9633656 or 8913005. OLE color: 8913005.

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

Color convert

RGB1090136-
CMYK0.20100.47
HSL288.09º100%26.67%-
HSV(B)288.09º100%53.33%-
XYZ10.755.0323.7-
YUV48.1177.61171.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=44.49%
G=0%
B=55.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10901360.20100.47288.0910026.67
Hex6D088146402F120641b
Octal15502102414405744014433
Binary11011010100010001010011001000101111100100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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