Html Css Color HEX #7705AE Dark Violet

📋 copy color: '#7705AE'

red 119 ◦ green 5 ◦ blue 174

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

Shades of Dark Violet #7705AE

Tints of Dark Violet #7705AE

RGB

 RED value IS 119 (46.88% from 255) = 39.93%

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 39.93%
G = 1.68%
B = 58.39%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7705AE (or 0x7705AE) is known color: Dark Violet. HEX triplet: 77, 05 and AE. RGB value is (119,5,174). Sum of RGB (Red+Green+Blue) = 119+5+174=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #7705AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705AE is #88FA51. Grayscale: #393939. Windows color (decimal): -8976978 or 11404663. OLE color: 11404663.

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

Color convert

RGB 119 5 174 -
CMYK 0.32 0.97 0 0.32
HSL 280.47º 0.94% 0.35% -
HSV(B) 280.47º 0.97% 0.68% -
XYZ 15.3 7.09 40.61 -
YUV 58.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 119 5 174 0.32 0.97 0 0.32 280.47 0.94 0.35
Hex 77 5 AE 20 61 0 20 118 5E 23
Octal 167 5 256 40 141 0 40 430 136 43
Binary 1110111 101 10101110 100000 1100001 0 100000 100011000 1011110 100011

Color Harmonies of #7705AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7705AE

Black with #7705AE

Text Example


Text Example

White with #7705AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7705AE; }

 p { color: rgb(119,5,174); }

 H1.HeaderClassName
 {
   color: #7705AE;
 }
 .AnyTagClassName
 {
   color: #7705AE;
 }
</style>

background-color css

<style>
 a { background-color: #7705AE; }

 a { background-color: rgb(119,5,174); }

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

border-color css

<style>
 span { border-color: #7705AE; }

 span { border-color: rgb(119,5,174); }

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