#7105CC

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

Shades of Dark Violet #7105CC

Tints of Dark Violet #7105CC

Color information

#7105CC (or 0x7105CC) is unknown color: approx Dark Violet. HEX triplet: 71, 05 and CC. RGB value is (113,5,204). Sum of RGB (Red+Green+Blue) = 113+5+204=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #7105CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7105CC is #8EFA33. Grayscale: #3B3B3B. Windows color (decimal): -9370164 or 13370737. OLE color: 13370737.

HSL color Cylindrical-coordinate representation of color #7105CC: hue angle of 272.56º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7105CC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1135204-
CMYK0.450.9800.2
HSL272.56º95.22%40.98%-
HSV(B)272.56º97.55%80%-
XYZ17.767.9857.73-
YUV59.98209.28165.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=35.09%
G=1.55%
B=63.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11352040.450.9800.2272.5695.2240.98
Hex715CC2D620141115f29
Octal16153145514202442113751
Binary11100011011100110010110111000100101001000100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7105CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,5,204); }

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

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

 a { background-color: rgb(113,5,204); }

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

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

 span { border-color: rgb(113,5,204); }

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