Html Css Color HEX #7100BB Dark Violet

📋 copy color: '#7100BB'

red 113 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #7100BB

Tints of Dark Violet #7100BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 37.67%
G = 0%
B = 62.33%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7100BB (or 0x7100BB) is known color: Dark Violet. HEX triplet: 71, 00 and BB. RGB value is (113,0,187). Sum of RGB (Red+Green+Blue) = 113+0+187=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #7100BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BB is #8EFF44. Grayscale: #363636. Windows color (decimal): -9371461 or 12255345. OLE color: 12255345.

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

Color convert

RGB 113 0 187 -
CMYK 0.40 1 0 0.27
HSL 276.26º 1% 0.37% -
HSV(B) 276.26º 1% 0.73% -
XYZ 15.78 7.1 47.55 -
YUV 55.11 202.44 169.29 -
System Red Green Blue C M Y K H S L
Decimal 113 0 187 0.40 1 0 0.27 276.26 1 0.37
Hex 71 0 BB 28 64 0 1B 114 64 25
Octal 161 0 273 50 144 0 33 424 144 45
Binary 1110001 0 10111011 101000 1100100 0 11011 100010100 1100100 100101

Color Harmonies of #7100BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100BB

Black with #7100BB

Text Example


Text Example

White with #7100BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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