Html Css Color HEX #7F29AA Vivid Violet

📋 copy color: '#7F29AA'

red 127 ◦ green 41 ◦ blue 170

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

Shades of Vivid Violet #7F29AA

Tints of Vivid Violet #7F29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 37.57%
G = 12.13%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F29AA (or 0x7F29AA) is known color: Vivid Violet. HEX triplet: 7F, 29 and AA. RGB value is (127,41,170). Sum of RGB (Red+Green+Blue) = 127+41+170=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F29AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F29AA is #80D655. Grayscale: #505050. Windows color (decimal): -8443478 or 11151743. OLE color: 11151743.

HSL color Cylindrical-coordinate representation of color #7F29AA: hue angle of 280º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F29AA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 41 170 -
CMYK 0.25 0.76 0 0.33
HSL 280º 0.61% 0.41% -
HSV(B) 280º 0.76% 0.67% -
XYZ 16.8 9 38.88 -
YUV 81.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 127 41 170 0.25 0.76 0 0.33 280 0.61 0.41
Hex 7F 29 AA 19 4C 0 21 118 3D 29
Octal 177 51 252 31 114 0 41 430 75 51
Binary 1111111 101001 10101010 11001 1001100 0 100001 100011000 111101 101001

Color Harmonies of #7F29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F29AA

Black with #7F29AA

Text Example


Text Example

White with #7F29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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