#6D0F7A

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

Shades of Purple #6D0F7A

Tints of Purple #6D0F7A

Color information

#6D0F7A (or 0x6D0F7A) is unknown color: approx Purple. HEX triplet: 6D, 0F and 7A. RGB value is (109,15,122). Sum of RGB (Red+Green+Blue) = 109+15+122=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D0F7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F7A is #92F085. Grayscale: #363636. Windows color (decimal): -9629830 or 7999341. OLE color: 7999341.

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

Color convert

RGB10915122-
CMYK0.110.8800.52
HSL292.71º78.1%26.86%-
HSV(B)292.71º87.7%47.84%-
XYZ9.99518.85-
YUV55.3165.64166.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=44.31%
G=6.10%
B=49.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109151220.110.8800.52292.7178.126.86
Hex6DF7AB580341254e1b
Octal155171721313006444511633
Binary110110111111111010101110110000110100100100101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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