Html Css Color HEX #7F00AE Dark Violet

📋 copy color: '#7F00AE'

red 127 ◦ green 0 ◦ blue 174

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

Shades of Dark Violet #7F00AE

Tints of Dark Violet #7F00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.19%
G = 0%
B = 57.81%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F00AE (or 0x7F00AE) is known color: Dark Violet. HEX triplet: 7F, 00 and AE. RGB value is (127,0,174). Sum of RGB (Red+Green+Blue) = 127+0+174=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F00AE is #80FF51. Grayscale: #393939. Windows color (decimal): -8453970 or 11403391. OLE color: 11403391.

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

Color convert

RGB 127 0 174 -
CMYK 0.27 1 0 0.32
HSL 283.79º 1% 0.34% -
HSV(B) 283.79º 1% 0.68% -
XYZ 16.39 7.57 40.64 -
YUV 57.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 127 0 174 0.27 1 0 0.32 283.79 1 0.34
Hex 7F 0 AE 1B 64 0 20 11C 64 22
Octal 177 0 256 33 144 0 40 434 144 42
Binary 1111111 0 10101110 11011 1100100 0 100000 100011100 1100100 100010

Color Harmonies of #7F00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00AE

Black with #7F00AE

Text Example


Text Example

White with #7F00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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