Html Css Color HEX #7F25AF Vivid Violet

📋 copy color: '#7F25AF'

red 127 ◦ green 37 ◦ blue 175

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

Shades of Vivid Violet #7F25AF

Tints of Vivid Violet #7F25AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 37.46%
G = 10.91%
B = 51.62%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F25AF (or 0x7F25AF) is known color: Vivid Violet. HEX triplet: 7F, 25 and AF. RGB value is (127,37,175). Sum of RGB (Red+Green+Blue) = 127+37+175=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F25AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F25AF is #80DA50. Grayscale: #4F4F4F. Windows color (decimal): -8444497 or 11478399. OLE color: 11478399.

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

Color convert

RGB 127 37 175 -
CMYK 0.27 0.79 0 0.31
HSL 279.13º 0.65% 0.42% -
HSV(B) 279.13º 0.79% 0.69% -
XYZ 17.15 8.93 41.38 -
YUV 79.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 127 37 175 0.27 0.79 0 0.31 279.13 0.65 0.42
Hex 7F 25 AF 1B 4F 0 1F 117 41 2A
Octal 177 45 257 33 117 0 37 427 101 52
Binary 1111111 100101 10101111 11011 1001111 0 11111 100010111 1000001 101010

Color Harmonies of #7F25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F25AF

Black with #7F25AF

Text Example


Text Example

White with #7F25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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