Html Css Color HEX #7F26AB Vivid Violet

📋 copy color: '#7F26AB'

red 127 ◦ green 38 ◦ blue 171

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

Shades of Vivid Violet #7F26AB

Tints of Vivid Violet #7F26AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

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

R = 37.8%
G = 11.31%
B = 50.89%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F26AB (or 0x7F26AB) is known color: Vivid Violet. HEX triplet: 7F, 26 and AB. RGB value is (127,38,171). Sum of RGB (Red+Green+Blue) = 127+38+171=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F26AB is #80D954. Grayscale: #4F4F4F. Windows color (decimal): -8444245 or 11216511. OLE color: 11216511.

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

Color convert

RGB 127 38 171 -
CMYK 0.26 0.78 0 0.33
HSL 280.15º 0.64% 0.41% -
HSV(B) 280.15º 0.78% 0.67% -
XYZ 16.8 8.84 39.35 -
YUV 79.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 127 38 171 0.26 0.78 0 0.33 280.15 0.64 0.41
Hex 7F 26 AB 1A 4E 0 21 118 40 29
Octal 177 46 253 32 116 0 41 430 100 51
Binary 1111111 100110 10101011 11010 1001110 0 100001 100011000 1000000 101001

Color Harmonies of #7F26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26AB

Black with #7F26AB

Text Example


Text Example

White with #7F26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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