Html Css Color HEX #7F18AA Vivid Violet

📋 copy color: '#7F18AA'

red 127 ◦ green 24 ◦ blue 170

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

Shades of Vivid Violet #7F18AA

Tints of Vivid Violet #7F18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 39.56%
G = 7.48%
B = 52.96%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F18AA (or 0x7F18AA) is known color: Vivid Violet. HEX triplet: 7F, 18 and AA. RGB value is (127,24,170). Sum of RGB (Red+Green+Blue) = 127+24+170=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F18AA is #80E755. Grayscale: #464646. Windows color (decimal): -8447830 or 11147391. OLE color: 11147391.

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

Color convert

RGB 127 24 170 -
CMYK 0.25 0.86 0 0.33
HSL 282.33º 0.75% 0.38% -
HSV(B) 282.33º 0.86% 0.67% -
XYZ 16.33 8.07 38.73 -
YUV 71.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 127 24 170 0.25 0.86 0 0.33 282.33 0.75 0.38
Hex 7F 18 AA 19 56 0 21 11A 4B 26
Octal 177 30 252 31 126 0 41 432 113 46
Binary 1111111 11000 10101010 11001 1010110 0 100001 100011010 1001011 100110

Color Harmonies of #7F18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F18AA

Black with #7F18AA

Text Example


Text Example

White with #7F18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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