Html Css Color HEX #7210AF Purple Heart

📋 copy color: '#7210AF'

red 114 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #7210AF

Tints of Purple Heart #7210AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 37.38%
G = 5.25%
B = 57.38%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7210AF (or 0x7210AF) is known color: Purple Heart. HEX triplet: 72, 10 and AF. RGB value is (114,16,175). Sum of RGB (Red+Green+Blue) = 114+16+175=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #7210AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7210AF is #8DEF50. Grayscale: #3E3E3E. Windows color (decimal): -9301841 or 11473010. OLE color: 11473010.

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

Color convert

RGB 114 16 175 -
CMYK 0.35 0.91 0 0.31
HSL 276.98º 0.83% 0.37% -
HSV(B) 276.98º 0.91% 0.69% -
XYZ 14.86 7.04 41.13 -
YUV 63.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 114 16 175 0.35 0.91 0 0.31 276.98 0.83 0.37
Hex 72 10 AF 23 5B 0 1F 115 53 25
Octal 162 20 257 43 133 0 37 425 123 45
Binary 1110010 10000 10101111 100011 1011011 0 11111 100010101 1010011 100101

Color Harmonies of #7210AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210AF

Black with #7210AF

Text Example


Text Example

White with #7210AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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