#6F00CC

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

Shades of Dark Violet #6F00CC

Tints of Dark Violet #6F00CC

Color information

#6F00CC (or 0x6F00CC) is unknown color: approx Dark Violet. HEX triplet: 6F, 00 and CC. RGB value is (111,0,204). Sum of RGB (Red+Green+Blue) = 111+0+204=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00CC is #90FF33. Grayscale: #373737. Windows color (decimal): -9502516 or 13369455. OLE color: 13369455.

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

Color convert

RGB1110204-
CMYK0.46100.2
HSL272.65º100%40%-
HSV(B)272.65º100%80%-
XYZ17.457.7457.7-
YUV56.44211.27166.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=35.24%
G=0%
B=64.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11102040.46100.2272.6510040
Hex6F0CC2E640141116428
Octal15703145614402442114450
Binary110111101100110010111011001000101001000100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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