#7003CA

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

Shades of Dark Violet #7003CA

Tints of Dark Violet #7003CA

Color information

#7003CA (or 0x7003CA) is unknown color: approx Dark Violet. HEX triplet: 70, 03 and CA. RGB value is (112,3,202). Sum of RGB (Red+Green+Blue) = 112+3+202=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #7003CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003CA is #8FFC35. Grayscale: #393939. Windows color (decimal): -9436214 or 13239152. OLE color: 13239152.

HSL color Cylindrical-coordinate representation of color #7003CA: hue angle of 272.86º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003CA is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1123202-
CMYK0.450.9900.21
HSL272.86º97.07%40.2%-
HSV(B)272.86º98.51%79.22%-
XYZ17.387.7756.46-
YUV58.28209.11166.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=35.33%
G=0.95%
B=63.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11232020.450.9900.21272.8697.0740.2
Hex703CA2D630151116128
Octal16033125514302542114150
Binary1110000111100101010110111000110101011000100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7003CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7003CA; }

 p { color: rgb(112,3,202); }

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

<style>
 a { background-color: #7003CA; }

 a { background-color: rgb(112,3,202); }

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

<style>
 span { border-color: #7003CA; }

 span { border-color: rgb(112,3,202); }

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