Html Css Color HEX #7308AA Dark Magenta

📋 copy color: '#7308AA'

red 115 ◦ green 8 ◦ blue 170

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

Shades of Dark Magenta #7308AA

Tints of Dark Magenta #7308AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

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

R = 39.25%
G = 2.73%
B = 58.02%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7308AA (or 0x7308AA) is known color: Dark Magenta. HEX triplet: 73, 08 and AA. RGB value is (115,8,170). Sum of RGB (Red+Green+Blue) = 115+8+170=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #7308AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7308AA is #8CF755. Grayscale: #393939. Windows color (decimal): -9238358 or 11143283. OLE color: 11143283.

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

Color convert

RGB 115 8 170 -
CMYK 0.32 0.95 0 0.33
HSL 279.63º 0.91% 0.35% -
HSV(B) 279.63º 0.95% 0.67% -
XYZ 14.41 6.72 38.57 -
YUV 58.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 115 8 170 0.32 0.95 0 0.33 279.63 0.91 0.35
Hex 73 8 AA 20 5F 0 21 118 5B 23
Octal 163 10 252 40 137 0 41 430 133 43
Binary 1110011 1000 10101010 100000 1011111 0 100001 100011000 1011011 100011

Color Harmonies of #7308AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308AA

Black with #7308AA

Text Example


Text Example

White with #7308AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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