Html Css Color HEX #7D11BE Dark Violet

📋 copy color: '#7D11BE'

red 125 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #7D11BE

Tints of Dark Violet #7D11BE

RGB

 RED value IS 125 (49.22% from 255) = 37.65%

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 37.65%
G = 5.12%
B = 57.23%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D11BE (or 0x7D11BE) is known color: Dark Violet. HEX triplet: 7D, 11 and BE. RGB value is (125,17,190). Sum of RGB (Red+Green+Blue) = 125+17+190=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D11BE is #82EE41. Grayscale: #444444. Windows color (decimal): -8580674 or 12456317. OLE color: 12456317.

HSL color Cylindrical-coordinate representation of color #7D11BE: hue angle of 277.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D11BE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 17 190 -
CMYK 0.34 0.91 0 0.25
HSL 277.46º 0.84% 0.41% -
HSV(B) 277.46º 0.91% 0.75% -
XYZ 17.95 8.48 49.41 -
YUV 69.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 125 17 190 0.34 0.91 0 0.25 277.46 0.84 0.41
Hex 7D 11 BE 22 5B 0 19 115 54 29
Octal 175 21 276 42 133 0 31 425 124 51
Binary 1111101 10001 10111110 100010 1011011 0 11001 100010101 1010100 101001

Color Harmonies of #7D11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D11BE

Black with #7D11BE

Text Example


Text Example

White with #7D11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D11BE; }

 p { color: rgb(125,17,190); }

 H1.HeaderClassName
 {
   color: #7D11BE;
 }
 .AnyTagClassName
 {
   color: #7D11BE;
 }
</style>

background-color css

<style>
 a { background-color: #7D11BE; }

 a { background-color: rgb(125,17,190); }

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

border-color css

<style>
 span { border-color: #7D11BE; }

 span { border-color: rgb(125,17,190); }

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