Html Css Color HEX #7F27AF Vivid Violet

📋 copy color: '#7F27AF'

red 127 ◦ green 39 ◦ blue 175

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

Shades of Vivid Violet #7F27AF

Tints of Vivid Violet #7F27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 37.24%
G = 11.44%
B = 51.32%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F27AF (or 0x7F27AF) is known color: Vivid Violet. HEX triplet: 7F, 27 and AF. RGB value is (127,39,175). Sum of RGB (Red+Green+Blue) = 127+39+175=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F27AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F27AF is #80D850. Grayscale: #505050. Windows color (decimal): -8443985 or 11478911. OLE color: 11478911.

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

Color convert

RGB 127 39 175 -
CMYK 0.27 0.78 0 0.31
HSL 278.82º 0.64% 0.42% -
HSV(B) 278.82º 0.78% 0.69% -
XYZ 17.22 9.06 41.4 -
YUV 80.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 127 39 175 0.27 0.78 0 0.31 278.82 0.64 0.42
Hex 7F 27 AF 1B 4E 0 1F 117 40 2A
Octal 177 47 257 33 116 0 37 427 100 52
Binary 1111111 100111 10101111 11011 1001110 0 11111 100010111 1000000 101010

Color Harmonies of #7F27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F27AF

Black with #7F27AF

Text Example


Text Example

White with #7F27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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