Html Css Color HEX #7307AB Dark Magenta

📋 copy color: '#7307AB'

red 115 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #7307AB

Tints of Dark Magenta #7307AB

RGB

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

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

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

R = 39.25%
G = 2.39%
B = 58.36%

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

#7307AB (or 0x7307AB) is known color: Dark Magenta. HEX triplet: 73, 07 and AB. RGB value is (115,7,171). Sum of RGB (Red+Green+Blue) = 115+7+171=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #7307AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7307AB is #8CF854. Grayscale: #393939. Windows color (decimal): -9238613 or 11208563. OLE color: 11208563.

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

Color convert

RGB 115 7 171 -
CMYK 0.33 0.96 0 0.33
HSL 279.51º 0.92% 0.35% -
HSV(B) 279.51º 0.96% 0.67% -
XYZ 14.5 6.74 39.06 -
YUV 57.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 115 7 171 0.33 0.96 0 0.33 279.51 0.92 0.35
Hex 73 7 AB 21 60 0 21 118 5C 23
Octal 163 7 253 41 140 0 41 430 134 43
Binary 1110011 111 10101011 100001 1100000 0 100001 100011000 1011100 100011

Color Harmonies of #7307AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7307AB

Black with #7307AB

Text Example


Text Example

White with #7307AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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