#6F007D

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

Shades of Purple #6F007D

Tints of Purple #6F007D

Color information

#6F007D (or 0x6F007D) is unknown color: approx Purple. HEX triplet: 6F, 00 and 7D. RGB value is (111,0,125). Sum of RGB (Red+Green+Blue) = 111+0+125=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F007D is #90FF82. Grayscale: #2F2F2F. Windows color (decimal): -9502595 or 8192111. OLE color: 8192111.

HSL color Cylindrical-coordinate representation of color #6F007D: hue angle of 293.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F007D is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1110125-
CMYK0.11100.51
HSL293.28º100%24.51%-
HSV(B)293.28º100%49.02%-
XYZ10.264.8619.8-
YUV47.44171.77173.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=47.03%
G=0%
B=52.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11101250.11100.51293.2810024.51
Hex6F07DB640331256419
Octal15701751314406344514431
Binary110111101111101101111001000110011100100101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,125); }

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

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

 a { background-color: rgb(111,0,125); }

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

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

 span { border-color: rgb(111,0,125); }

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