Html Css Color HEX #7C18AB Vivid Violet

📋 copy color: '#7C18AB'

red 124 ◦ green 24 ◦ blue 171

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

Shades of Vivid Violet #7C18AB

Tints of Vivid Violet #7C18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 38.87%
G = 7.52%
B = 53.61%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C18AB (or 0x7C18AB) is known color: Vivid Violet. HEX triplet: 7C, 18 and AB. RGB value is (124,24,171). Sum of RGB (Red+Green+Blue) = 124+24+171=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C18AB is #83E754. Grayscale: #464646. Windows color (decimal): -8644437 or 11212924. OLE color: 11212924.

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

Color convert

RGB 124 24 171 -
CMYK 0.27 0.86 0 0.33
HSL 280.82º 0.75% 0.38% -
HSV(B) 280.82º 0.86% 0.67% -
XYZ 15.99 7.88 39.21 -
YUV 70.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 124 24 171 0.27 0.86 0 0.33 280.82 0.75 0.38
Hex 7C 18 AB 1B 56 0 21 119 4B 26
Octal 174 30 253 33 126 0 41 431 113 46
Binary 1111100 11000 10101011 11011 1010110 0 100001 100011001 1001011 100110

Color Harmonies of #7C18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C18AB

Black with #7C18AB

Text Example


Text Example

White with #7C18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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