Html Css Color HEX #7100BF Dark Violet

📋 copy color: '#7100BF'

red 113 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #7100BF

Tints of Dark Violet #7100BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 37.17%
G = 0%
B = 62.83%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7100BF (or 0x7100BF) is known color: Dark Violet. HEX triplet: 71, 00 and BF. RGB value is (113,0,191). Sum of RGB (Red+Green+Blue) = 113+0+191=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #7100BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7100BF is #8EFF40. Grayscale: #363636. Windows color (decimal): -9371457 or 12517489. OLE color: 12517489.

HSL color Cylindrical-coordinate representation of color #7100BF: hue angle of 275.5º 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 #7100BF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 0 191 -
CMYK 0.41 1 0 0.25
HSL 275.5º 1% 0.37% -
HSV(B) 275.5º 1% 0.75% -
XYZ 16.21 7.27 49.84 -
YUV 55.56 204.44 168.97 -
System Red Green Blue C M Y K H S L
Decimal 113 0 191 0.41 1 0 0.25 275.5 1 0.37
Hex 71 0 BF 29 64 0 19 113 64 25
Octal 161 0 277 51 144 0 31 423 144 45
Binary 1110001 0 10111111 101001 1100100 0 11001 100010011 1100100 100101

Color Harmonies of #7100BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100BF

Black with #7100BF

Text Example


Text Example

White with #7100BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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