Html Css Color HEX #7F15AB Vivid Violet

📋 copy color: '#7F15AB'

red 127 ◦ green 21 ◦ blue 171

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

Shades of Vivid Violet #7F15AB

Tints of Vivid Violet #7F15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

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

R = 39.81%
G = 6.58%
B = 53.61%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F15AB (or 0x7F15AB) is known color: Vivid Violet. HEX triplet: 7F, 15 and AB. RGB value is (127,21,171). Sum of RGB (Red+Green+Blue) = 127+21+171=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 21 (8.59% from 255 or 6.58% 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 #7F15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F15AB is #80EA54. Grayscale: #454545. Windows color (decimal): -8448597 or 11212159. OLE color: 11212159.

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

Color convert

RGB 127 21 171 -
CMYK 0.26 0.88 0 0.33
HSL 282.4º 0.78% 0.38% -
HSV(B) 282.4º 0.88% 0.67% -
XYZ 16.37 7.99 39.21 -
YUV 69.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 127 21 171 0.26 0.88 0 0.33 282.4 0.78 0.38
Hex 7F 15 AB 1A 58 0 21 11A 4E 26
Octal 177 25 253 32 130 0 41 432 116 46
Binary 1111111 10101 10101011 11010 1011000 0 100001 100011010 1001110 100110

Color Harmonies of #7F15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F15AB

Black with #7F15AB

Text Example


Text Example

White with #7F15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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