Html Css Color HEX #7501A6 Dark Magenta

📋 copy color: '#7501A6'

red 117 ◦ green 1 ◦ blue 166

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

Shades of Dark Magenta #7501A6

Tints of Dark Magenta #7501A6

RGB

 RED value IS 117 (46.09% from 255) = 41.2%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 166 (65.23% from 255) = 58.45%

R = 41.2%
G = 0.35%
B = 58.45%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7501A6 (or 0x7501A6) is known color: Dark Magenta. HEX triplet: 75, 01 and A6. RGB value is (117,1,166). Sum of RGB (Red+Green+Blue) = 117+1+166=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 166 (65.23% from 255 or 58.45% from 284); Max value from RGB is 166 - color contains mainly: blue. Hex color #7501A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7501A6 is #8AFE59. Grayscale: #353535. Windows color (decimal): -9109082 or 10879349. OLE color: 10879349.

HSL color Cylindrical-coordinate representation of color #7501A6: hue angle of 282.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7501A6 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 1 166 -
CMYK 0.30 0.99 0 0.35
HSL 282.18º 0.99% 0.33% -
HSV(B) 282.18º 0.99% 0.65% -
XYZ 14.23 6.56 36.59 -
YUV 54.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 117 1 166 0.30 0.99 0 0.35 282.18 0.99 0.33
Hex 75 1 A6 1E 63 0 23 11A 63 21
Octal 165 1 246 36 143 0 43 432 143 41
Binary 1110101 1 10100110 11110 1100011 0 100011 100011010 1100011 100001

Color Harmonies of #7501A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7501A6

Black with #7501A6

Text Example


Text Example

White with #7501A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7501A6; }

 p { color: rgb(117,1,166); }

 H1.HeaderClassName
 {
   color: #7501A6;
 }
 .AnyTagClassName
 {
   color: #7501A6;
 }
</style>

background-color css

<style>
 a { background-color: #7501A6; }

 a { background-color: rgb(117,1,166); }

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

border-color css

<style>
 span { border-color: #7501A6; }

 span { border-color: rgb(117,1,166); }

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