Html Css Color HEX #7B1BAA Vivid Violet

📋 copy color: '#7B1BAA'

red 123 ◦ green 27 ◦ blue 170

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

Shades of Vivid Violet #7B1BAA

Tints of Vivid Violet #7B1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.44%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 38.44%
G = 8.44%
B = 53.13%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B1BAA (or 0x7B1BAA) is known color: Vivid Violet. HEX triplet: 7B, 1B and AA. RGB value is (123,27,170). Sum of RGB (Red+Green+Blue) = 123+27+170=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1BAA is #84E455. Grayscale: #474747. Windows color (decimal): -8709206 or 11148155. OLE color: 11148155.

HSL color Cylindrical-coordinate representation of color #7B1BAA: hue angle of 280.28º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1BAA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 27 170 -
CMYK 0.28 0.84 0 0.33
HSL 280.28º 0.73% 0.39% -
HSV(B) 280.28º 0.84% 0.67% -
XYZ 15.82 7.9 38.72 -
YUV 72.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 123 27 170 0.28 0.84 0 0.33 280.28 0.73 0.39
Hex 7B 1B AA 1C 54 0 21 118 49 27
Octal 173 33 252 34 124 0 41 430 111 47
Binary 1111011 11011 10101010 11100 1010100 0 100001 100011000 1001001 100111

Color Harmonies of #7B1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1BAA

Black with #7B1BAA

Text Example


Text Example

White with #7B1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,27,170); }

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

background-color css

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

 a { background-color: rgb(123,27,170); }

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

border-color css

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

 span { border-color: rgb(123,27,170); }

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