Html Css Color HEX #7A11BE Dark Violet

📋 copy color: '#7A11BE'

red 122 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #7A11BE

Tints of Dark Violet #7A11BE

RGB

 RED value IS 122 (48.05% from 255) = 37.08%

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

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

R = 37.08%
G = 5.17%
B = 57.75%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A11BE (or 0x7A11BE) is known color: Dark Violet. HEX triplet: 7A, 11 and BE. RGB value is (122,17,190). Sum of RGB (Red+Green+Blue) = 122+17+190=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A11BE is #85EE41. Grayscale: #434343. Windows color (decimal): -8777282 or 12456314. OLE color: 12456314.

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

Color convert

RGB 122 17 190 -
CMYK 0.36 0.91 0 0.25
HSL 276.42º 0.84% 0.41% -
HSV(B) 276.42º 0.91% 0.75% -
XYZ 17.52 8.26 49.39 -
YUV 68.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 122 17 190 0.36 0.91 0 0.25 276.42 0.84 0.41
Hex 7A 11 BE 24 5B 0 19 114 54 29
Octal 172 21 276 44 133 0 31 424 124 51
Binary 1111010 10001 10111110 100100 1011011 0 11001 100010100 1010100 101001

Color Harmonies of #7A11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A11BE

Black with #7A11BE

Text Example


Text Example

White with #7A11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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