Html Css Color HEX #7F18AC Vivid Violet

📋 copy color: '#7F18AC'

red 127 ◦ green 24 ◦ blue 172

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

Shades of Vivid Violet #7F18AC

Tints of Vivid Violet #7F18AC

RGB

 RED value IS 127 (50% from 255) = 39.32%

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

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

R = 39.32%
G = 7.43%
B = 53.25%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F18AC (or 0x7F18AC) is known color: Vivid Violet. HEX triplet: 7F, 18 and AC. RGB value is (127,24,172). Sum of RGB (Red+Green+Blue) = 127+24+172=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F18AC is #80E753. Grayscale: #474747. Windows color (decimal): -8447828 or 11278463. OLE color: 11278463.

HSL color Cylindrical-coordinate representation of color #7F18AC: hue angle of 281.76º degrees, saturation: 0.76, 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 #7F18AC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 24 172 -
CMYK 0.26 0.86 0 0.33
HSL 281.76º 0.76% 0.38% -
HSV(B) 281.76º 0.86% 0.67% -
XYZ 16.53 8.14 39.73 -
YUV 71.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 127 24 172 0.26 0.86 0 0.33 281.76 0.76 0.38
Hex 7F 18 AC 1A 56 0 21 11A 4C 26
Octal 177 30 254 32 126 0 41 432 114 46
Binary 1111111 11000 10101100 11010 1010110 0 100001 100011010 1001100 100110

Color Harmonies of #7F18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F18AC

Black with #7F18AC

Text Example


Text Example

White with #7F18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,24,172); }

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

background-color css

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

 a { background-color: rgb(127,24,172); }

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

border-color css

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

 span { border-color: rgb(127,24,172); }

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