Html Css Color HEX #730BA5 Dark Magenta

📋 copy color: '#730BA5'

red 115 ◦ green 11 ◦ blue 165

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

Shades of Dark Magenta #730BA5

Tints of Dark Magenta #730BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

 BLUE value IS 165 (64.84% from 255) = 56.7%

R = 39.52%
G = 3.78%
B = 56.7%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#730BA5 (or 0x730BA5) is known color: Dark Magenta. HEX triplet: 73, 0B and A5. RGB value is (115,11,165). Sum of RGB (Red+Green+Blue) = 115+11+165=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #730BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BA5 is #8CF45A. Grayscale: #3B3B3B. Windows color (decimal): -9237595 or 10816371. OLE color: 10816371.

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

Color convert

RGB 115 11 165 -
CMYK 0.30 0.93 0 0.35
HSL 280.52º 0.88% 0.35% -
HSV(B) 280.52º 0.93% 0.65% -
XYZ 13.98 6.6 36.13 -
YUV 59.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 115 11 165 0.30 0.93 0 0.35 280.52 0.88 0.35
Hex 73 B A5 1E 5D 0 23 119 58 23
Octal 163 13 245 36 135 0 43 431 130 43
Binary 1110011 1011 10100101 11110 1011101 0 100011 100011001 1011000 100011

Color Harmonies of #730BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BA5

Black with #730BA5

Text Example


Text Example

White with #730BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,165); }

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

background-color css

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

 a { background-color: rgb(115,11,165); }

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

border-color css

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

 span { border-color: rgb(115,11,165); }

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