Html Css Color HEX #7210AD Purple Heart

📋 copy color: '#7210AD'

red 114 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #7210AD

Tints of Purple Heart #7210AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 37.62%
G = 5.28%
B = 57.1%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7210AD (or 0x7210AD) is known color: Purple Heart. HEX triplet: 72, 10 and AD. RGB value is (114,16,173). Sum of RGB (Red+Green+Blue) = 114+16+173=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #7210AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7210AD is #8DEF52. Grayscale: #3E3E3E. Windows color (decimal): -9301843 or 11341938. OLE color: 11341938.

HSL color Cylindrical-coordinate representation of color #7210AD: hue angle of 277.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7210AD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 16 173 -
CMYK 0.34 0.91 0 0.32
HSL 277.45º 0.83% 0.37% -
HSV(B) 277.45º 0.91% 0.68% -
XYZ 14.67 6.97 40.11 -
YUV 63.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 114 16 173 0.34 0.91 0 0.32 277.45 0.83 0.37
Hex 72 10 AD 22 5B 0 20 115 53 25
Octal 162 20 255 42 133 0 40 425 123 45
Binary 1110010 10000 10101101 100010 1011011 0 100000 100010101 1010011 100101

Color Harmonies of #7210AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210AD

Black with #7210AD

Text Example


Text Example

White with #7210AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7210AD; }

 p { color: rgb(114,16,173); }

 H1.HeaderClassName
 {
   color: #7210AD;
 }
 .AnyTagClassName
 {
   color: #7210AD;
 }
</style>

background-color css

<style>
 a { background-color: #7210AD; }

 a { background-color: rgb(114,16,173); }

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

border-color css

<style>
 span { border-color: #7210AD; }

 span { border-color: rgb(114,16,173); }

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