Html Css Color HEX #7B14AB Vivid Violet

📋 copy color: '#7B14AB'

red 123 ◦ green 20 ◦ blue 171

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

Shades of Vivid Violet #7B14AB

Tints of Vivid Violet #7B14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 39.17%
G = 6.37%
B = 54.46%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B14AB (or 0x7B14AB) is known color: Vivid Violet. HEX triplet: 7B, 14 and AB. RGB value is (123,20,171). Sum of RGB (Red+Green+Blue) = 123+20+171=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B14AB is #84EB54. Grayscale: #434343. Windows color (decimal): -8710997 or 11211899. OLE color: 11211899.

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

Color convert

RGB 123 20 171 -
CMYK 0.28 0.88 0 0.33
HSL 280.93º 0.79% 0.37% -
HSV(B) 280.93º 0.88% 0.67% -
XYZ 15.77 7.65 39.17 -
YUV 68.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 123 20 171 0.28 0.88 0 0.33 280.93 0.79 0.37
Hex 7B 14 AB 1C 58 0 21 119 4F 25
Octal 173 24 253 34 130 0 41 431 117 45
Binary 1111011 10100 10101011 11100 1011000 0 100001 100011001 1001111 100101

Color Harmonies of #7B14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B14AB

Black with #7B14AB

Text Example


Text Example

White with #7B14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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