#6F1574

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

Shades of Purple #6F1574

Tints of Purple #6F1574

Color information

#6F1574 (or 0x6F1574) is unknown color: approx Purple. HEX triplet: 6F, 15 and 74. RGB value is (111,21,116). Sum of RGB (Red+Green+Blue) = 111+21+116=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F1574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1574 is #90EA8B. Grayscale: #3A3A3A. Windows color (decimal): -9497228 or 7607663. OLE color: 7607663.

HSL color Cylindrical-coordinate representation of color #6F1574: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1574 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11121116-
CMYK0.040.8200.55
HSL296.84º69.34%26.86%-
HSV(B)296.84º81.9%45.49%-
XYZ9.985.1817-
YUV58.74160.32165.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=44.76%
G=8.47%
B=46.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111211160.040.8200.55296.8469.3426.86
Hex6F1574452037129451b
Octal15725164412206745110533
Binary110111110101111010010010100100110111100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,116); }

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

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

 a { background-color: rgb(111,21,116); }

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

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

 span { border-color: rgb(111,21,116); }

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