#7000CC

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

Shades of Dark Violet #7000CC

Tints of Dark Violet #7000CC

Color information

#7000CC (or 0x7000CC) is unknown color: approx Dark Violet. HEX triplet: 70, 00 and CC. RGB value is (112,0,204). Sum of RGB (Red+Green+Blue) = 112+0+204=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #7000CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CC is #8FFF33. Grayscale: #383838. Windows color (decimal): -9436980 or 13369456. OLE color: 13369456.

HSL color Cylindrical-coordinate representation of color #7000CC: hue angle of 272.94º 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 #7000CC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1120204-
CMYK0.45100.2
HSL272.94º100%40%-
HSV(B)272.94º100%80%-
XYZ17.587.857.71-
YUV56.74211.11167.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 64.56%
R=35.44%
G=0%
B=64.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11202040.45100.2272.9410040
Hex700CC2D640141116428
Octal16003145514402442114450
Binary111000001100110010110111001000101001000100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7000CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7000CC; }

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

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

<style>
 a { background-color: #7000CC; }

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

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

<style>
 span { border-color: #7000CC; }

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

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