Html Css Color HEX #7310A4 Dark Magenta

📋 copy color: '#7310A4'

red 115 ◦ green 16 ◦ blue 164

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

Shades of Dark Magenta #7310A4

Tints of Dark Magenta #7310A4

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

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

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

R = 38.98%
G = 5.42%
B = 55.59%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7310A4 (or 0x7310A4) is known color: Dark Magenta. HEX triplet: 73, 10 and A4. RGB value is (115,16,164). Sum of RGB (Red+Green+Blue) = 115+16+164=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #7310A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7310A4 is #8CEF5B. Grayscale: #3D3D3D. Windows color (decimal): -9236316 or 10752115. OLE color: 10752115.

HSL color Cylindrical-coordinate representation of color #7310A4: hue angle of 280.14º 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 #7310A4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 16 164 -
CMYK 0.30 0.90 0 0.36
HSL 280.14º 0.82% 0.35% -
HSV(B) 280.14º 0.9% 0.64% -
XYZ 13.96 6.7 35.68 -
YUV 62.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 115 16 164 0.30 0.90 0 0.36 280.14 0.82 0.35
Hex 73 10 A4 1E 5A 0 24 118 52 23
Octal 163 20 244 36 132 0 44 430 122 43
Binary 1110011 10000 10100100 11110 1011010 0 100100 100011000 1010010 100011

Color Harmonies of #7310A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310A4

Black with #7310A4

Text Example


Text Example

White with #7310A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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