Html Css Color HEX #7710A4 Dark Magenta

📋 copy color: '#7710A4'

red 119 ◦ green 16 ◦ blue 164

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

Shades of Dark Magenta #7710A4

Tints of Dark Magenta #7710A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.85%

R = 39.8%
G = 5.35%
B = 54.85%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7710A4 (or 0x7710A4) is known color: Dark Magenta. HEX triplet: 77, 10 and A4. RGB value is (119,16,164). Sum of RGB (Red+Green+Blue) = 119+16+164=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #7710A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7710A4 is #88EF5B. Grayscale: #3F3F3F. Windows color (decimal): -8974172 or 10752119. OLE color: 10752119.

HSL color Cylindrical-coordinate representation of color #7710A4: hue angle of 281.76º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7710A4 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 16 164 -
CMYK 0.27 0.90 0 0.36
HSL 281.76º 0.82% 0.35% -
HSV(B) 281.76º 0.9% 0.64% -
XYZ 14.49 6.97 35.7 -
YUV 63.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 119 16 164 0.27 0.90 0 0.36 281.76 0.82 0.35
Hex 77 10 A4 1B 5A 0 24 11A 52 23
Octal 167 20 244 33 132 0 44 432 122 43
Binary 1110111 10000 10100100 11011 1011010 0 100100 100011010 1010010 100011

Color Harmonies of #7710A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710A4

Black with #7710A4

Text Example


Text Example

White with #7710A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7710A4; }

 p { color: rgb(119,16,164); }

 H1.HeaderClassName
 {
   color: #7710A4;
 }
 .AnyTagClassName
 {
   color: #7710A4;
 }
</style>

background-color css

<style>
 a { background-color: #7710A4; }

 a { background-color: rgb(119,16,164); }

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

border-color css

<style>
 span { border-color: #7710A4; }

 span { border-color: rgb(119,16,164); }

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