Html Css Color HEX #730198 Dark Magenta

📋 copy color: '#730198'

red 115 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #730198

Tints of Dark Magenta #730198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 42.91%
G = 0.37%
B = 56.72%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#730198 (or 0x730198) is known color: Dark Magenta. HEX triplet: 73, 01 and 98. RGB value is (115,1,152). Sum of RGB (Red+Green+Blue) = 115+1+152=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #730198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730198 is #8CFE67. Grayscale: #333333. Windows color (decimal): -9240168 or 9961843. OLE color: 9961843.

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

Color convert

RGB 115 1 152 -
CMYK 0.24 0.99 0 0.40
HSL 285.3º 0.99% 0.3% -
HSV(B) 285.3º 0.99% 0.6% -
XYZ 12.75 5.93 30.18 -
YUV 52.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 115 1 152 0.24 0.99 0 0.40 285.3 0.99 0.3
Hex 73 1 98 18 63 0 28 11D 63 1E
Octal 163 1 230 30 143 0 50 435 143 36
Binary 1110011 1 10011000 11000 1100011 0 101000 100011101 1100011 11110

Color Harmonies of #730198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730198

Black with #730198

Text Example


Text Example

White with #730198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730198; }

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

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

background-color css

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

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

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

border-color css

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

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

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