Html Css Color HEX #7210AA Purple Heart

📋 copy color: '#7210AA'

red 114 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #7210AA

Tints of Purple Heart #7210AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 38%
G = 5.33%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7210AA (or 0x7210AA) is known color: Purple Heart. HEX triplet: 72, 10 and AA. RGB value is (114,16,170). Sum of RGB (Red+Green+Blue) = 114+16+170=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #7210AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7210AA is #8DEF55. Grayscale: #3E3E3E. Windows color (decimal): -9301846 or 11145330. OLE color: 11145330.

HSL color Cylindrical-coordinate representation of color #7210AA: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7210AA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 16 170 -
CMYK 0.33 0.91 0 0.33
HSL 278.18º 0.83% 0.36% -
HSV(B) 278.18º 0.91% 0.67% -
XYZ 14.38 6.85 38.59 -
YUV 62.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 114 16 170 0.33 0.91 0 0.33 278.18 0.83 0.36
Hex 72 10 AA 21 5B 0 21 116 53 24
Octal 162 20 252 41 133 0 41 426 123 44
Binary 1110010 10000 10101010 100001 1011011 0 100001 100010110 1010011 100100

Color Harmonies of #7210AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210AA

Black with #7210AA

Text Example


Text Example

White with #7210AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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