#6F0099

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

Shades of Purple #6F0099

Tints of Purple #6F0099

Color information

#6F0099 (or 0x6F0099) is unknown color: approx Purple. HEX triplet: 6F, 00 and 99. RGB value is (111,0,153). Sum of RGB (Red+Green+Blue) = 111+0+153=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0099 is #90FF66. Grayscale: #323232. Windows color (decimal): -9502567 or 10027119. OLE color: 10027119.

HSL color Cylindrical-coordinate representation of color #6F0099: hue angle of 283.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0099 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1110153-
CMYK0.27100.4
HSL283.53º100%30%-
HSV(B)283.53º100%60%-
XYZ12.315.6830.58-
YUV50.63185.77171.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=42.05%
G=0%
B=57.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11101530.27100.4283.5310030
Hex6F0991B6402811c641e
Octal15702313314405043414436
Binary11011110100110011101111001000101000100011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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