#7100BE

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

Shades of Dark Violet #7100BE

Tints of Dark Violet #7100BE

Color information

#7100BE (or 0x7100BE) is unknown color: approx Dark Violet. HEX triplet: 71, 00 and BE. RGB value is (113,0,190). Sum of RGB (Red+Green+Blue) = 113+0+190=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #7100BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BE is #8EFF41. Grayscale: #363636. Windows color (decimal): -9371458 or 12451953. OLE color: 12451953.

HSL color Cylindrical-coordinate representation of color #7100BE: hue angle of 275.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100BE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1130190-
CMYK0.41100.25
HSL275.68º100%37.25%-
HSV(B)275.68º100%74.51%-
XYZ16.17.2349.26-
YUV55.45203.94169.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 62.71%
R=37.29%
G=0%
B=62.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11301900.41100.25275.6810037.25
Hex710BE29640191146425
Octal16102765114403142414445
Binary111000101011111010100111001000110011000101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7100BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7100BE; }

 p { color: rgb(113,0,190); }

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

<style>
 a { background-color: #7100BE; }

 a { background-color: rgb(113,0,190); }

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

<style>
 span { border-color: #7100BE; }

 span { border-color: rgb(113,0,190); }

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