Html Css Color HEX #730C9B Dark Magenta

📋 copy color: '#730C9B'

red 115 ◦ green 12 ◦ blue 155

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

Shades of Dark Magenta #730C9B

Tints of Dark Magenta #730C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 40.78%
G = 4.26%
B = 54.96%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#730C9B (or 0x730C9B) is known color: Dark Magenta. HEX triplet: 73, 0C and 9B. RGB value is (115,12,155). Sum of RGB (Red+Green+Blue) = 115+12+155=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #730C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C9B is #8CF364. Grayscale: #3A3A3A. Windows color (decimal): -9237349 or 10161267. OLE color: 10161267.

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

Color convert

RGB 115 12 155 -
CMYK 0.26 0.92 0 0.39
HSL 283.22º 0.86% 0.33% -
HSV(B) 283.22º 0.92% 0.61% -
XYZ 13.12 6.27 31.53 -
YUV 59.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 115 12 155 0.26 0.92 0 0.39 283.22 0.86 0.33
Hex 73 C 9B 1A 5C 0 27 11B 56 21
Octal 163 14 233 32 134 0 47 433 126 41
Binary 1110011 1100 10011011 11010 1011100 0 100111 100011011 1010110 100001

Color Harmonies of #730C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C9B

Black with #730C9B

Text Example


Text Example

White with #730C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,155); }

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

background-color css

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

 a { background-color: rgb(115,12,155); }

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

border-color css

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

 span { border-color: rgb(115,12,155); }

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