#7004C0

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

Shades of Dark Violet #7004C0

Tints of Dark Violet #7004C0

Color information

#7004C0 (or 0x7004C0) is unknown color: approx Dark Violet. HEX triplet: 70, 04 and C0. RGB value is (112,4,192). Sum of RGB (Red+Green+Blue) = 112+4+192=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #7004C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004C0 is #8FFB3F. Grayscale: #393939. Windows color (decimal): -9435968 or 12584048. OLE color: 12584048.

HSL color Cylindrical-coordinate representation of color #7004C0: hue angle of 274.47º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004C0 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1124192-
CMYK0.420.9800.25
HSL274.47º95.92%38.43%-
HSV(B)274.47º97.92%75.29%-
XYZ16.247.3450.43-
YUV57.72203.78166.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=36.36%
G=1.30%
B=62.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11241920.420.9800.25274.4795.9238.43
Hex704C02A620191126026
Octal16043005214203142214046
Binary11100001001100000010101011000100110011000100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7004C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7004C0; }

 p { color: rgb(112,4,192); }

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

<style>
 a { background-color: #7004C0; }

 a { background-color: rgb(112,4,192); }

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

<style>
 span { border-color: #7004C0; }

 span { border-color: rgb(112,4,192); }

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