#6F0D71

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

Shades of Purple #6F0D71

Tints of Purple #6F0D71

Color information

#6F0D71 (or 0x6F0D71) is unknown color: approx Purple. HEX triplet: 6F, 0D and 71. RGB value is (111,13,113). Sum of RGB (Red+Green+Blue) = 111+13+113=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D71 is #90F28E. Grayscale: #353535. Windows color (decimal): -9499279 or 7409007. OLE color: 7409007.

HSL color Cylindrical-coordinate representation of color #6F0D71: hue angle of 298.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D71 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11113113-
CMYK0.020.8800.56
HSL298.8º79.37%24.71%-
HSV(B)298.8º88.5%44.31%-
XYZ9.684.8616.05-
YUV53.7161.47168.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=46.84%
G=5.49%
B=47.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111131130.020.8800.56298.879.3724.71
Hex6FD7125803812b4f19
Octal15715161213007045311731
Binary1101111110111100011010110000111000100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,13,113); }

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

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

 a { background-color: rgb(111,13,113); }

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

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

 span { border-color: rgb(111,13,113); }

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