Html Css Color HEX #7F10AE Dark Violet

📋 copy color: '#7F10AE'

red 127 ◦ green 16 ◦ blue 174

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

Shades of Dark Violet #7F10AE

Tints of Dark Violet #7F10AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 40.06%
G = 5.05%
B = 54.89%

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

#7F10AE (or 0x7F10AE) is known color: Dark Violet. HEX triplet: 7F, 10 and AE. RGB value is (127,16,174). Sum of RGB (Red+Green+Blue) = 127+16+174=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F10AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F10AE is #80EF51. Grayscale: #424242. Windows color (decimal): -8449874 or 11407487. OLE color: 11407487.

HSL color Cylindrical-coordinate representation of color #7F10AE: hue angle of 282.15º degrees, saturation: 0.83, 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 #7F10AE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 16 174 -
CMYK 0.27 0.91 0 0.32
HSL 282.15º 0.83% 0.37% -
HSV(B) 282.15º 0.91% 0.68% -
XYZ 16.58 7.94 40.7 -
YUV 67.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 127 16 174 0.27 0.91 0 0.32 282.15 0.83 0.37
Hex 7F 10 AE 1B 5B 0 20 11A 53 25
Octal 177 20 256 33 133 0 40 432 123 45
Binary 1111111 10000 10101110 11011 1011011 0 100000 100011010 1010011 100101

Color Harmonies of #7F10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10AE

Black with #7F10AE

Text Example


Text Example

White with #7F10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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