Html Css Color HEX #7F1AAF Vivid Violet

📋 copy color: '#7F1AAF'

red 127 ◦ green 26 ◦ blue 175

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

Shades of Vivid Violet #7F1AAF

Tints of Vivid Violet #7F1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 175 (68.75% from 255) = 53.35%

R = 38.72%
G = 7.93%
B = 53.35%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F1AAF (or 0x7F1AAF) is known color: Vivid Violet. HEX triplet: 7F, 1A and AF. RGB value is (127,26,175). Sum of RGB (Red+Green+Blue) = 127+26+175=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1AAF is #80E550. Grayscale: #484848. Windows color (decimal): -8447313 or 11475583. OLE color: 11475583.

HSL color Cylindrical-coordinate representation of color #7F1AAF: hue angle of 280.67º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1AAF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 26 175 -
CMYK 0.27 0.85 0 0.31
HSL 280.67º 0.74% 0.39% -
HSV(B) 280.67º 0.85% 0.69% -
XYZ 16.86 8.35 41.28 -
YUV 73.19 185.46 166.38 -
System Red Green Blue C M Y K H S L
Decimal 127 26 175 0.27 0.85 0 0.31 280.67 0.74 0.39
Hex 7F 1A AF 1B 55 0 1F 119 4A 27
Octal 177 32 257 33 125 0 37 431 112 47
Binary 1111111 11010 10101111 11011 1010101 0 11111 100011001 1001010 100111

Color Harmonies of #7F1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1AAF

Black with #7F1AAF

Text Example


Text Example

White with #7F1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,26,175); }

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

background-color css

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

 a { background-color: rgb(127,26,175); }

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

border-color css

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

 span { border-color: rgb(127,26,175); }

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