Html Css Color HEX #7B14AC Vivid Violet

📋 copy color: '#7B14AC'

red 123 ◦ green 20 ◦ blue 172

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

Shades of Vivid Violet #7B14AC

Tints of Vivid Violet #7B14AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 39.05%
G = 6.35%
B = 54.6%

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

#7B14AC (or 0x7B14AC) is known color: Vivid Violet. HEX triplet: 7B, 14 and AC. RGB value is (123,20,172). Sum of RGB (Red+Green+Blue) = 123+20+172=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B14AC is #84EB53. Grayscale: #434343. Windows color (decimal): -8710996 or 11277435. OLE color: 11277435.

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

Color convert

RGB 123 20 172 -
CMYK 0.28 0.88 0 0.33
HSL 280.66º 0.79% 0.38% -
HSV(B) 280.66º 0.88% 0.67% -
XYZ 15.86 7.69 39.68 -
YUV 68.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 123 20 172 0.28 0.88 0 0.33 280.66 0.79 0.38
Hex 7B 14 AC 1C 58 0 21 119 4F 26
Octal 173 24 254 34 130 0 41 431 117 46
Binary 1111011 10100 10101100 11100 1011000 0 100001 100011001 1001111 100110

Color Harmonies of #7B14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B14AC

Black with #7B14AC

Text Example


Text Example

White with #7B14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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