Html Css Color HEX #73069A Dark Magenta

📋 copy color: '#73069A'

red 115 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #73069A

Tints of Dark Magenta #73069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 154 (60.55% from 255) = 56%

R = 41.82%
G = 2.18%
B = 56%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73069A (or 0x73069A) is known color: Dark Magenta. HEX triplet: 73, 06 and 9A. RGB value is (115,6,154). Sum of RGB (Red+Green+Blue) = 115+6+154=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #73069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73069A is #8CF965. Grayscale: #363636. Windows color (decimal): -9238886 or 10094195. OLE color: 10094195.

HSL color Cylindrical-coordinate representation of color #73069A: hue angle of 284.19º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73069A is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 6 154 -
CMYK 0.25 0.96 0 0.40
HSL 284.19º 0.93% 0.31% -
HSV(B) 284.19º 0.96% 0.6% -
XYZ 12.97 6.11 31.07 -
YUV 55.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 115 6 154 0.25 0.96 0 0.40 284.19 0.93 0.31
Hex 73 6 9A 19 60 0 28 11C 5C 1F
Octal 163 6 232 31 140 0 50 434 134 37
Binary 1110011 110 10011010 11001 1100000 0 101000 100011100 1011100 11111

Color Harmonies of #73069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73069A

Black with #73069A

Text Example


Text Example

White with #73069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73069A; }

 p { color: rgb(115,6,154); }

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

background-color css

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

 a { background-color: rgb(115,6,154); }

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

border-color css

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

 span { border-color: rgb(115,6,154); }

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