Html Css Color HEX #7100BC Dark Violet

📋 copy color: '#7100BC'

red 113 ◦ green 0 ◦ blue 188

#7100BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7100BC

Tints of Dark Violet #7100BC

RGB

 RED value IS 113 (44.53% from 255) = 37.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 37.54%
G = 0%
B = 62.46%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7100BC (or 0x7100BC) is known color: Dark Violet. HEX triplet: 71, 00 and BC. RGB value is (113,0,188). Sum of RGB (Red+Green+Blue) = 113+0+188=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #7100BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BC is #8EFF43. Grayscale: #363636. Windows color (decimal): -9371460 or 12320881. OLE color: 12320881.

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

Color convert

RGB 113 0 188 -
CMYK 0.40 1 0 0.26
HSL 276.06º 1% 0.37% -
HSV(B) 276.06º 1% 0.74% -
XYZ 15.89 7.14 48.12 -
YUV 55.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 113 0 188 0.40 1 0 0.26 276.06 1 0.37
Hex 71 0 BC 28 64 0 1A 114 64 25
Octal 161 0 274 50 144 0 32 424 144 45
Binary 1110001 0 10111100 101000 1100100 0 11010 100010100 1100100 100101

Color Harmonies of #7100BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100BC

Black with #7100BC

Text Example


Text Example

White with #7100BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7100BC;
 }
 .AnyTagClassName
 {
   color: #7100BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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