#6D0B9C

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

Shades of Purple #6D0B9C

Tints of Purple #6D0B9C

Color information

#6D0B9C (or 0x6D0B9C) is unknown color: approx Purple. HEX triplet: 6D, 0B and 9C. RGB value is (109,11,156). Sum of RGB (Red+Green+Blue) = 109+11+156=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D0B9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0B9C is #92F463. Grayscale: #383838. Windows color (decimal): -9630820 or 10226541. OLE color: 10226541.

HSL color Cylindrical-coordinate representation of color #6D0B9C: hue angle of 280.55º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0B9C is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10911156-
CMYK0.300.9300.39
HSL280.55º86.83%32.75%-
HSV(B)280.55º92.95%61.18%-
XYZ12.435.8931.93-
YUV56.83183.97165.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=39.49%
G=3.99%
B=56.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109111560.300.9300.39280.5586.8332.75
Hex6DB9C1E5D0271195721
Octal155132343613504743112741
Binary110110110111001110011110101110101001111000110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,156); }

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

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

 a { background-color: rgb(109,11,156); }

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

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

 span { border-color: rgb(109,11,156); }

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