Html Css Color HEX #7306AB Dark Magenta

📋 copy color: '#7306AB'

red 115 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #7306AB

Tints of Dark Magenta #7306AB

RGB

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

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

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

R = 39.38%
G = 2.05%
B = 58.56%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7306AB (or 0x7306AB) is known color: Dark Magenta. HEX triplet: 73, 06 and AB. RGB value is (115,6,171). Sum of RGB (Red+Green+Blue) = 115+6+171=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #7306AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7306AB is #8CF954. Grayscale: #383838. Windows color (decimal): -9238869 or 11208307. OLE color: 11208307.

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

Color convert

RGB 115 6 171 -
CMYK 0.33 0.96 0 0.33
HSL 279.64º 0.93% 0.35% -
HSV(B) 279.64º 0.96% 0.67% -
XYZ 14.49 6.72 39.06 -
YUV 57.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 115 6 171 0.33 0.96 0 0.33 279.64 0.93 0.35
Hex 73 6 AB 21 60 0 21 118 5D 23
Octal 163 6 253 41 140 0 41 430 135 43
Binary 1110011 110 10101011 100001 1100000 0 100001 100011000 1011101 100011

Color Harmonies of #7306AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306AB

Black with #7306AB

Text Example


Text Example

White with #7306AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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