Html Css Color HEX #730AA6 Dark Magenta

📋 copy color: '#730AA6'

red 115 ◦ green 10 ◦ blue 166

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

Shades of Dark Magenta #730AA6

Tints of Dark Magenta #730AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.04%

R = 39.52%
G = 3.44%
B = 57.04%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#730AA6 (or 0x730AA6) is known color: Dark Magenta. HEX triplet: 73, 0A and A6. RGB value is (115,10,166). Sum of RGB (Red+Green+Blue) = 115+10+166=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #730AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AA6 is #8CF559. Grayscale: #3A3A3A. Windows color (decimal): -9237850 or 10881651. OLE color: 10881651.

HSL color Cylindrical-coordinate representation of color #730AA6: hue angle of 280.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730AA6 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 10 166 -
CMYK 0.31 0.94 0 0.35
HSL 280.38º 0.89% 0.35% -
HSV(B) 280.38º 0.94% 0.65% -
XYZ 14.06 6.62 36.61 -
YUV 59.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 115 10 166 0.31 0.94 0 0.35 280.38 0.89 0.35
Hex 73 A A6 1F 5E 0 23 118 59 23
Octal 163 12 246 37 136 0 43 430 131 43
Binary 1110011 1010 10100110 11111 1011110 0 100011 100011000 1011001 100011

Color Harmonies of #730AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AA6

Black with #730AA6

Text Example


Text Example

White with #730AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730AA6; }

 p { color: rgb(115,10,166); }

 H1.HeaderClassName
 {
   color: #730AA6;
 }
 .AnyTagClassName
 {
   color: #730AA6;
 }
</style>

background-color css

<style>
 a { background-color: #730AA6; }

 a { background-color: rgb(115,10,166); }

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

border-color css

<style>
 span { border-color: #730AA6; }

 span { border-color: rgb(115,10,166); }

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