Html Css Color HEX #7F28AF Vivid Violet

📋 copy color: '#7F28AF'

red 127 ◦ green 40 ◦ blue 175

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

Shades of Vivid Violet #7F28AF

Tints of Vivid Violet #7F28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

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

R = 37.13%
G = 11.7%
B = 51.17%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F28AF (or 0x7F28AF) is known color: Vivid Violet. HEX triplet: 7F, 28 and AF. RGB value is (127,40,175). Sum of RGB (Red+Green+Blue) = 127+40+175=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F28AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F28AF is #80D750. Grayscale: #505050. Windows color (decimal): -8443729 or 11479167. OLE color: 11479167.

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

Color convert

RGB 127 40 175 -
CMYK 0.27 0.77 0 0.31
HSL 278.67º 0.63% 0.42% -
HSV(B) 278.67º 0.77% 0.69% -
XYZ 17.25 9.12 41.41 -
YUV 81.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 127 40 175 0.27 0.77 0 0.31 278.67 0.63 0.42
Hex 7F 28 AF 1B 4D 0 1F 117 3F 2A
Octal 177 50 257 33 115 0 37 427 77 52
Binary 1111111 101000 10101111 11011 1001101 0 11111 100010111 111111 101010

Color Harmonies of #7F28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F28AF

Black with #7F28AF

Text Example


Text Example

White with #7F28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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