Html Css Color HEX #7213BA Purple Heart

📋 copy color: '#7213BA'

red 114 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #7213BA

Tints of Purple Heart #7213BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 35.74%
G = 5.96%
B = 58.31%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7213BA (or 0x7213BA) is known color: Purple Heart. HEX triplet: 72, 13 and BA. RGB value is (114,19,186). Sum of RGB (Red+Green+Blue) = 114+19+186=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #7213BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213BA is #8DEC45. Grayscale: #414141. Windows color (decimal): -9301062 or 12194674. OLE color: 12194674.

HSL color Cylindrical-coordinate representation of color #7213BA: hue angle of 274.13º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7213BA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 19 186 -
CMYK 0.39 0.90 0 0.27
HSL 274.13º 0.81% 0.4% -
HSV(B) 274.13º 0.9% 0.73% -
XYZ 16.04 7.59 47.07 -
YUV 66.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 114 19 186 0.39 0.90 0 0.27 274.13 0.81 0.4
Hex 72 13 BA 27 5A 0 1B 112 51 28
Octal 162 23 272 47 132 0 33 422 121 50
Binary 1110010 10011 10111010 100111 1011010 0 11011 100010010 1010001 101000

Color Harmonies of #7213BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7213BA

Black with #7213BA

Text Example


Text Example

White with #7213BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7213BA; }

 p { color: rgb(114,19,186); }

 H1.HeaderClassName
 {
   color: #7213BA;
 }
 .AnyTagClassName
 {
   color: #7213BA;
 }
</style>

background-color css

<style>
 a { background-color: #7213BA; }

 a { background-color: rgb(114,19,186); }

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

border-color css

<style>
 span { border-color: #7213BA; }

 span { border-color: rgb(114,19,186); }

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