Html Css Color HEX #7F26AD Vivid Violet

📋 copy color: '#7F26AD'

red 127 ◦ green 38 ◦ blue 173

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

Shades of Vivid Violet #7F26AD

Tints of Vivid Violet #7F26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 37.57%
G = 11.24%
B = 51.18%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F26AD (or 0x7F26AD) is known color: Vivid Violet. HEX triplet: 7F, 26 and AD. RGB value is (127,38,173). Sum of RGB (Red+Green+Blue) = 127+38+173=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F26AD is #80D952. Grayscale: #4F4F4F. Windows color (decimal): -8444243 or 11347583. OLE color: 11347583.

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

Color convert

RGB 127 38 173 -
CMYK 0.27 0.78 0 0.32
HSL 279.56º 0.64% 0.41% -
HSV(B) 279.56º 0.78% 0.68% -
XYZ 16.99 8.92 40.36 -
YUV 80 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 127 38 173 0.27 0.78 0 0.32 279.56 0.64 0.41
Hex 7F 26 AD 1B 4E 0 20 118 40 29
Octal 177 46 255 33 116 0 40 430 100 51
Binary 1111111 100110 10101101 11011 1001110 0 100000 100011000 1000000 101001

Color Harmonies of #7F26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F26AD

Black with #7F26AD

Text Example


Text Example

White with #7F26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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