Html Css Color HEX #7308AB Dark Magenta

📋 copy color: '#7308AB'

red 115 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #7308AB

Tints of Dark Magenta #7308AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 39.12%
G = 2.72%
B = 58.16%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7308AB (or 0x7308AB) is known color: Dark Magenta. HEX triplet: 73, 08 and AB. RGB value is (115,8,171). Sum of RGB (Red+Green+Blue) = 115+8+171=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #7308AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7308AB is #8CF754. Grayscale: #3A3A3A. Windows color (decimal): -9238357 or 11208819. OLE color: 11208819.

HSL color Cylindrical-coordinate representation of color #7308AB: hue angle of 279.39º 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 #7308AB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 8 171 -
CMYK 0.33 0.95 0 0.33
HSL 279.39º 0.91% 0.35% -
HSV(B) 279.39º 0.95% 0.67% -
XYZ 14.51 6.76 39.07 -
YUV 58.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 115 8 171 0.33 0.95 0 0.33 279.39 0.91 0.35
Hex 73 8 AB 21 5F 0 21 117 5B 23
Octal 163 10 253 41 137 0 41 427 133 43
Binary 1110011 1000 10101011 100001 1011111 0 100001 100010111 1011011 100011

Color Harmonies of #7308AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308AB

Black with #7308AB

Text Example


Text Example

White with #7308AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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