Html Css Color HEX #7306AA Dark Magenta

📋 copy color: '#7306AA'

red 115 ◦ green 6 ◦ blue 170

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

Shades of Dark Magenta #7306AA

Tints of Dark Magenta #7306AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 39.52%
G = 2.06%
B = 58.42%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7306AA (or 0x7306AA) is known color: Dark Magenta. HEX triplet: 73, 06 and AA. RGB value is (115,6,170). Sum of RGB (Red+Green+Blue) = 115+6+170=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #7306AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7306AA is #8CF955. Grayscale: #383838. Windows color (decimal): -9238870 or 11142771. OLE color: 11142771.

HSL color Cylindrical-coordinate representation of color #7306AA: hue angle of 279.88º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7306AA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 6 170 -
CMYK 0.32 0.96 0 0.33
HSL 279.88º 0.93% 0.35% -
HSV(B) 279.88º 0.96% 0.67% -
XYZ 14.39 6.68 38.56 -
YUV 57.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 115 6 170 0.32 0.96 0 0.33 279.88 0.93 0.35
Hex 73 6 AA 20 60 0 21 118 5D 23
Octal 163 6 252 40 140 0 41 430 135 43
Binary 1110011 110 10101010 100000 1100000 0 100001 100011000 1011101 100011

Color Harmonies of #7306AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306AA

Black with #7306AA

Text Example


Text Example

White with #7306AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7306AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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