Html Css Color HEX #730A9C Dark Magenta

📋 copy color: '#730A9C'

red 115 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #730A9C

Tints of Dark Magenta #730A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 40.93%
G = 3.56%
B = 55.52%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#730A9C (or 0x730A9C) is known color: Dark Magenta. HEX triplet: 73, 0A and 9C. RGB value is (115,10,156). Sum of RGB (Red+Green+Blue) = 115+10+156=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #730A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A9C is #8CF563. Grayscale: #393939. Windows color (decimal): -9237860 or 10226291. OLE color: 10226291.

HSL color Cylindrical-coordinate representation of color #730A9C: hue angle of 283.15º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730A9C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 10 156 -
CMYK 0.26 0.94 0 0.39
HSL 283.15º 0.88% 0.33% -
HSV(B) 283.15º 0.94% 0.61% -
XYZ 13.18 6.26 31.97 -
YUV 58.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 115 10 156 0.26 0.94 0 0.39 283.15 0.88 0.33
Hex 73 A 9C 1A 5E 0 27 11B 58 21
Octal 163 12 234 32 136 0 47 433 130 41
Binary 1110011 1010 10011100 11010 1011110 0 100111 100011011 1011000 100001

Color Harmonies of #730A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A9C

Black with #730A9C

Text Example


Text Example

White with #730A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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