Html Css Color HEX #760AAE Dark Violet

📋 copy color: '#760AAE'

red 118 ◦ green 10 ◦ blue 174

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

Shades of Dark Violet #760AAE

Tints of Dark Violet #760AAE

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 10 (4.3% from 255) = 3.31%

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

R = 39.07%
G = 3.31%
B = 57.62%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760AAE (or 0x760AAE) is known color: Dark Violet. HEX triplet: 76, 0A and AE. RGB value is (118,10,174). Sum of RGB (Red+Green+Blue) = 118+10+174=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #760AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AAE is #89F551. Grayscale: #3C3C3C. Windows color (decimal): -9041234 or 11405942. OLE color: 11405942.

HSL color Cylindrical-coordinate representation of color #760AAE: hue angle of 279.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AAE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 10 174 -
CMYK 0.32 0.94 0 0.32
HSL 279.51º 0.89% 0.36% -
HSV(B) 279.51º 0.94% 0.68% -
XYZ 15.22 7.12 40.62 -
YUV 60.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 118 10 174 0.32 0.94 0 0.32 279.51 0.89 0.36
Hex 76 A AE 20 5E 0 20 118 59 24
Octal 166 12 256 40 136 0 40 430 131 44
Binary 1110110 1010 10101110 100000 1011110 0 100000 100011000 1011001 100100

Color Harmonies of #760AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760AAE

Black with #760AAE

Text Example


Text Example

White with #760AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760AAE; }

 p { color: rgb(118,10,174); }

 H1.HeaderClassName
 {
   color: #760AAE;
 }
 .AnyTagClassName
 {
   color: #760AAE;
 }
</style>

background-color css

<style>
 a { background-color: #760AAE; }

 a { background-color: rgb(118,10,174); }

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

border-color css

<style>
 span { border-color: #760AAE; }

 span { border-color: rgb(118,10,174); }

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