Html Css Color HEX #7B11BE Dark Violet

📋 copy color: '#7B11BE'

red 123 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #7B11BE

Tints of Dark Violet #7B11BE

RGB

 RED value IS 123 (48.44% from 255) = 37.27%

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

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

R = 37.27%
G = 5.15%
B = 57.58%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B11BE (or 0x7B11BE) is known color: Dark Violet. HEX triplet: 7B, 11 and BE. RGB value is (123,17,190). Sum of RGB (Red+Green+Blue) = 123+17+190=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B11BE is #84EE41. Grayscale: #434343. Windows color (decimal): -8711746 or 12456315. OLE color: 12456315.

HSL color Cylindrical-coordinate representation of color #7B11BE: hue angle of 276.76º 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 #7B11BE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 17 190 -
CMYK 0.35 0.91 0 0.25
HSL 276.76º 0.84% 0.41% -
HSV(B) 276.76º 0.91% 0.75% -
XYZ 17.66 8.33 49.39 -
YUV 68.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 123 17 190 0.35 0.91 0 0.25 276.76 0.84 0.41
Hex 7B 11 BE 23 5B 0 19 115 54 29
Octal 173 21 276 43 133 0 31 425 124 51
Binary 1111011 10001 10111110 100011 1011011 0 11001 100010101 1010100 101001

Color Harmonies of #7B11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B11BE

Black with #7B11BE

Text Example


Text Example

White with #7B11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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