Html Css Color HEX #730098 Dark Magenta

📋 copy color: '#730098'

red 115 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #730098

Tints of Dark Magenta #730098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 43.07%
G = 0%
B = 56.93%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#730098 (or 0x730098) is known color: Dark Magenta. HEX triplet: 73, 00 and 98. RGB value is (115,0,152). Sum of RGB (Red+Green+Blue) = 115+0+152=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #730098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730098 is #8CFF67. Grayscale: #333333. Windows color (decimal): -9240424 or 9961587. OLE color: 9961587.

HSL color Cylindrical-coordinate representation of color #730098: hue angle of 285.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730098 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 0 152 -
CMYK 0.24 1 0 0.40
HSL 285.39º 1% 0.3% -
HSV(B) 285.39º 1% 0.6% -
XYZ 12.74 5.91 30.18 -
YUV 51.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 115 0 152 0.24 1 0 0.40 285.39 1 0.3
Hex 73 0 98 18 64 0 28 11D 64 1E
Octal 163 0 230 30 144 0 50 435 144 36
Binary 1110011 0 10011000 11000 1100100 0 101000 100011101 1100100 11110

Color Harmonies of #730098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730098

Black with #730098

Text Example


Text Example

White with #730098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730098; }

 p { color: rgb(115,0,152); }

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

background-color css

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

 a { background-color: rgb(115,0,152); }

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

border-color css

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

 span { border-color: rgb(115,0,152); }

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