#7103CA

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

Shades of Dark Violet #7103CA

Tints of Dark Violet #7103CA

Color information

#7103CA (or 0x7103CA) is unknown color: approx Dark Violet. HEX triplet: 71, 03 and CA. RGB value is (113,3,202). Sum of RGB (Red+Green+Blue) = 113+3+202=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #7103CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103CA is #8EFC35. Grayscale: #393939. Windows color (decimal): -9370678 or 13239153. OLE color: 13239153.

HSL color Cylindrical-coordinate representation of color #7103CA: hue angle of 273.17º 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 #7103CA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1133202-
CMYK0.440.9900.21
HSL273.17º97.07%40.2%-
HSV(B)273.17º98.51%79.22%-
XYZ17.57.8456.47-
YUV58.58208.94166.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=35.53%
G=0.94%
B=63.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11332020.440.9900.21273.1797.0740.2
Hex713CA2C630151116128
Octal16133125414302542114150
Binary1110001111100101010110011000110101011000100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7103CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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