Html Css Color HEX #7F20AB Vivid Violet

📋 copy color: '#7F20AB'

red 127 ◦ green 32 ◦ blue 171

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

Shades of Vivid Violet #7F20AB

Tints of Vivid Violet #7F20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

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

R = 38.48%
G = 9.7%
B = 51.82%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F20AB (or 0x7F20AB) is known color: Vivid Violet. HEX triplet: 7F, 20 and AB. RGB value is (127,32,171). Sum of RGB (Red+Green+Blue) = 127+32+171=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F20AB is #80DF54. Grayscale: #4B4B4B. Windows color (decimal): -8445781 or 11214975. OLE color: 11214975.

HSL color Cylindrical-coordinate representation of color #7F20AB: hue angle of 281.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F20AB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 32 171 -
CMYK 0.26 0.81 0 0.33
HSL 281.01º 0.68% 0.4% -
HSV(B) 281.01º 0.81% 0.67% -
XYZ 16.62 8.49 39.29 -
YUV 76.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 127 32 171 0.26 0.81 0 0.33 281.01 0.68 0.4
Hex 7F 20 AB 1A 51 0 21 119 44 28
Octal 177 40 253 32 121 0 41 431 104 50
Binary 1111111 100000 10101011 11010 1010001 0 100001 100011001 1000100 101000

Color Harmonies of #7F20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F20AB

Black with #7F20AB

Text Example


Text Example

White with #7F20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,171); }

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

background-color css

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

 a { background-color: rgb(127,32,171); }

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

border-color css

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

 span { border-color: rgb(127,32,171); }

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