Html Css Color HEX #7210AC Purple Heart

📋 copy color: '#7210AC'

red 114 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #7210AC

Tints of Purple Heart #7210AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 37.75%
G = 5.3%
B = 56.95%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7210AC (or 0x7210AC) is known color: Purple Heart. HEX triplet: 72, 10 and AC. RGB value is (114,16,172). Sum of RGB (Red+Green+Blue) = 114+16+172=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #7210AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7210AC is #8DEF53. Grayscale: #3E3E3E. Windows color (decimal): -9301844 or 11276402. OLE color: 11276402.

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

Color convert

RGB 114 16 172 -
CMYK 0.34 0.91 0 0.33
HSL 277.69º 0.83% 0.37% -
HSV(B) 277.69º 0.91% 0.67% -
XYZ 14.57 6.93 39.6 -
YUV 63.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 114 16 172 0.34 0.91 0 0.33 277.69 0.83 0.37
Hex 72 10 AC 22 5B 0 21 116 53 25
Octal 162 20 254 42 133 0 41 426 123 45
Binary 1110010 10000 10101100 100010 1011011 0 100001 100010110 1010011 100101

Color Harmonies of #7210AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210AC

Black with #7210AC

Text Example


Text Example

White with #7210AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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