Html Css Color HEX #7F0FAE Dark Violet

📋 copy color: '#7F0FAE'

red 127 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #7F0FAE

Tints of Dark Violet #7F0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.75%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 40.19%
G = 4.75%
B = 55.06%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F0FAE (or 0x7F0FAE) is known color: Dark Violet. HEX triplet: 7F, 0F and AE. RGB value is (127,15,174). Sum of RGB (Red+Green+Blue) = 127+15+174=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0FAE is #80F051. Grayscale: #424242. Windows color (decimal): -8450130 or 11407231. OLE color: 11407231.

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

Color convert

RGB 127 15 174 -
CMYK 0.27 0.91 0 0.32
HSL 282.26º 0.84% 0.37% -
HSV(B) 282.26º 0.91% 0.68% -
XYZ 16.56 7.91 40.7 -
YUV 66.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 127 15 174 0.27 0.91 0 0.32 282.26 0.84 0.37
Hex 7F F AE 1B 5B 0 20 11A 54 25
Octal 177 17 256 33 133 0 40 432 124 45
Binary 1111111 1111 10101110 11011 1011011 0 100000 100011010 1010100 100101

Color Harmonies of #7F0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0FAE

Black with #7F0FAE

Text Example


Text Example

White with #7F0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,174); }

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

background-color css

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

 a { background-color: rgb(127,15,174); }

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

border-color css

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

 span { border-color: rgb(127,15,174); }

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