Html Css Color HEX #7C14AB Vivid Violet

📋 copy color: '#7C14AB'

red 124 ◦ green 20 ◦ blue 171

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

Shades of Vivid Violet #7C14AB

Tints of Vivid Violet #7C14AB

RGB

 RED value IS 124 (48.83% from 255) = 39.37%

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

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

R = 39.37%
G = 6.35%
B = 54.29%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C14AB (or 0x7C14AB) is known color: Vivid Violet. HEX triplet: 7C, 14 and AB. RGB value is (124,20,171). Sum of RGB (Red+Green+Blue) = 124+20+171=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C14AB is #83EB54. Grayscale: #434343. Windows color (decimal): -8645461 or 11211900. OLE color: 11211900.

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

Color convert

RGB 124 20 171 -
CMYK 0.27 0.88 0 0.33
HSL 281.32º 0.79% 0.37% -
HSV(B) 281.32º 0.88% 0.67% -
XYZ 15.91 7.73 39.18 -
YUV 68.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 124 20 171 0.27 0.88 0 0.33 281.32 0.79 0.37
Hex 7C 14 AB 1B 58 0 21 119 4F 25
Octal 174 24 253 33 130 0 41 431 117 45
Binary 1111100 10100 10101011 11011 1011000 0 100001 100011001 1001111 100101

Color Harmonies of #7C14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C14AB

Black with #7C14AB

Text Example


Text Example

White with #7C14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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