Html Css Color HEX #7201A6 Dark Magenta

📋 copy color: '#7201A6'

red 114 ◦ green 1 ◦ blue 166

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

Shades of Dark Magenta #7201A6

Tints of Dark Magenta #7201A6

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

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

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

R = 40.57%
G = 0.36%
B = 59.07%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7201A6 (or 0x7201A6) is known color: Dark Magenta. HEX triplet: 72, 01 and A6. RGB value is (114,1,166). Sum of RGB (Red+Green+Blue) = 114+1+166=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #7201A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7201A6 is #8DFE59. Grayscale: #353535. Windows color (decimal): -9305690 or 10879346. OLE color: 10879346.

HSL color Cylindrical-coordinate representation of color #7201A6: hue angle of 281.09º 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 #7201A6 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 1 166 -
CMYK 0.31 0.99 0 0.35
HSL 281.09º 0.99% 0.33% -
HSV(B) 281.09º 0.99% 0.65% -
XYZ 13.83 6.35 36.57 -
YUV 53.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 114 1 166 0.31 0.99 0 0.35 281.09 0.99 0.33
Hex 72 1 A6 1F 63 0 23 119 63 21
Octal 162 1 246 37 143 0 43 431 143 41
Binary 1110010 1 10100110 11111 1100011 0 100011 100011001 1100011 100001

Color Harmonies of #7201A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7201A6

Black with #7201A6

Text Example


Text Example

White with #7201A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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