#6D0F7C

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

Shades of Purple #6D0F7C

Tints of Purple #6D0F7C

Color information

#6D0F7C (or 0x6D0F7C) is unknown color: approx Purple. HEX triplet: 6D, 0F and 7C. RGB value is (109,15,124). Sum of RGB (Red+Green+Blue) = 109+15+124=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D0F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F7C is #92F083. Grayscale: #373737. Windows color (decimal): -9629828 or 8130413. OLE color: 8130413.

HSL color Cylindrical-coordinate representation of color #6D0F7C: hue angle of 291.74º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0F7C is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10915124-
CMYK0.120.8800.51
HSL291.74º78.42%27.25%-
HSV(B)291.74º87.9%48.63%-
XYZ10.125.0519.51-
YUV55.53166.64166.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 124 (48.83% from 255) = 50%
R=43.95%
G=6.05%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109151240.120.8800.51291.7478.4227.25
Hex6DF7CC580331244e1b
Octal155171741413006344411633
Binary110110111111111100110010110000110011100100100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,124); }

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

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

 a { background-color: rgb(109,15,124); }

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

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

 span { border-color: rgb(109,15,124); }

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