Html Css Color HEX #7B1BAB Vivid Violet

📋 copy color: '#7B1BAB'

red 123 ◦ green 27 ◦ blue 171

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

Shades of Vivid Violet #7B1BAB

Tints of Vivid Violet #7B1BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 38.32%
G = 8.41%
B = 53.27%

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

#7B1BAB (or 0x7B1BAB) is known color: Vivid Violet. HEX triplet: 7B, 1B and AB. RGB value is (123,27,171). Sum of RGB (Red+Green+Blue) = 123+27+171=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1BAB is #84E454. Grayscale: #474747. Windows color (decimal): -8709205 or 11213691. OLE color: 11213691.

HSL color Cylindrical-coordinate representation of color #7B1BAB: hue angle of 280º 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 #7B1BAB is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 27 171 -
CMYK 0.28 0.84 0 0.33
HSL 280º 0.73% 0.39% -
HSV(B) 280º 0.84% 0.67% -
XYZ 15.91 7.94 39.22 -
YUV 72.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 123 27 171 0.28 0.84 0 0.33 280 0.73 0.39
Hex 7B 1B AB 1C 54 0 21 118 49 27
Octal 173 33 253 34 124 0 41 430 111 47
Binary 1111011 11011 10101011 11100 1010100 0 100001 100011000 1001001 100111

Color Harmonies of #7B1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1BAB

Black with #7B1BAB

Text Example


Text Example

White with #7B1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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