Html Css Color HEX #7307AA Dark Magenta

📋 copy color: '#7307AA'

red 115 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #7307AA

Tints of Dark Magenta #7307AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

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

R = 39.38%
G = 2.4%
B = 58.22%

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

#7307AA (or 0x7307AA) is known color: Dark Magenta. HEX triplet: 73, 07 and AA. RGB value is (115,7,170). Sum of RGB (Red+Green+Blue) = 115+7+170=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #7307AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7307AA is #8CF855. Grayscale: #393939. Windows color (decimal): -9238614 or 11143027. OLE color: 11143027.

HSL color Cylindrical-coordinate representation of color #7307AA: hue angle of 279.75º degrees, saturation: 0.92, 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 #7307AA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 7 170 -
CMYK 0.32 0.96 0 0.33
HSL 279.75º 0.92% 0.35% -
HSV(B) 279.75º 0.96% 0.67% -
XYZ 14.4 6.7 38.56 -
YUV 57.87 191.28 168.75 -
System Red Green Blue C M Y K H S L
Decimal 115 7 170 0.32 0.96 0 0.33 279.75 0.92 0.35
Hex 73 7 AA 20 60 0 21 118 5C 23
Octal 163 7 252 40 140 0 41 430 134 43
Binary 1110011 111 10101010 100000 1100000 0 100001 100011000 1011100 100011

Color Harmonies of #7307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7307AA

Black with #7307AA

Text Example


Text Example

White with #7307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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