#6F00AD

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

Shades of Dark Violet #6F00AD

Tints of Dark Violet #6F00AD

Color information

#6F00AD (or 0x6F00AD) is unknown color: approx Dark Violet. HEX triplet: 6F, 00 and AD. RGB value is (111,0,173). Sum of RGB (Red+Green+Blue) = 111+0+173=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F00AD is #90FF52. Grayscale: #343434. Windows color (decimal): -9502547 or 11337839. OLE color: 11337839.

HSL color Cylindrical-coordinate representation of color #6F00AD: hue angle of 278.5º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00AD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1110173-
CMYK0.36100.32
HSL278.5º100%33.92%-
HSV(B)278.5º100%67.84%-
XYZ14.16.440.03-
YUV52.91195.77169.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=39.08%
G=0%
B=60.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11101730.36100.32278.510033.92
Hex6F0AD24640201166422
Octal15702554414404042614442
Binary1101111010101101100100110010001000001000101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F00AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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