#6F0F7C

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

Shades of Purple #6F0F7C

Tints of Purple #6F0F7C

Color information

#6F0F7C (or 0x6F0F7C) is unknown color: approx Purple. HEX triplet: 6F, 0F and 7C. RGB value is (111,15,124). Sum of RGB (Red+Green+Blue) = 111+15+124=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F0F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F7C is #90F083. Grayscale: #373737. Windows color (decimal): -9498756 or 8130415. OLE color: 8130415.

HSL color Cylindrical-coordinate representation of color #6F0F7C: hue angle of 292.84º 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 #6F0F7C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11115124-
CMYK0.100.8800.51
HSL292.84º78.42%27.25%-
HSV(B)292.84º87.9%48.63%-
XYZ10.365.1819.52-
YUV56.13166.3167.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 15 (6.25% from 255) = 6%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=44.4%
G=6%
B=49.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111151240.100.8800.51292.8478.4227.25
Hex6FF7CA580331254e1b
Octal157171741213006344511633
Binary110111111111111100101010110000110011100100101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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