Html Css Color HEX #7107BB Dark Violet

📋 copy color: '#7107BB'

red 113 ◦ green 7 ◦ blue 187

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

Shades of Dark Violet #7107BB

Tints of Dark Violet #7107BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 36.81%
G = 2.28%
B = 60.91%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7107BB (or 0x7107BB) is known color: Dark Violet. HEX triplet: 71, 07 and BB. RGB value is (113,7,187). Sum of RGB (Red+Green+Blue) = 113+7+187=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #7107BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107BB is #8EF844. Grayscale: #3A3A3A. Windows color (decimal): -9369669 or 12257137. OLE color: 12257137.

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

Color convert

RGB 113 7 187 -
CMYK 0.40 0.96 0 0.27
HSL 275.33º 0.93% 0.38% -
HSV(B) 275.33º 0.96% 0.73% -
XYZ 15.86 7.25 47.58 -
YUV 59.21 200.12 166.36 -
System Red Green Blue C M Y K H S L
Decimal 113 7 187 0.40 0.96 0 0.27 275.33 0.93 0.38
Hex 71 7 BB 28 60 0 1B 113 5D 26
Octal 161 7 273 50 140 0 33 423 135 46
Binary 1110001 111 10111011 101000 1100000 0 11011 100010011 1011101 100110

Color Harmonies of #7107BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107BB

Black with #7107BB

Text Example


Text Example

White with #7107BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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