Html Css Color HEX #7213BD Purple Heart

📋 copy color: '#7213BD'

red 114 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #7213BD

Tints of Purple Heart #7213BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.7%

R = 35.4%
G = 5.9%
B = 58.7%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7213BD (or 0x7213BD) is known color: Purple Heart. HEX triplet: 72, 13 and BD. RGB value is (114,19,189). Sum of RGB (Red+Green+Blue) = 114+19+189=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #7213BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213BD is #8DEC42. Grayscale: #424242. Windows color (decimal): -9301059 or 12391282. OLE color: 12391282.

HSL color Cylindrical-coordinate representation of color #7213BD: hue angle of 273.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7213BD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 19 189 -
CMYK 0.40 0.90 0 0.26
HSL 273.53º 0.82% 0.41% -
HSV(B) 273.53º 0.9% 0.74% -
XYZ 16.36 7.72 48.77 -
YUV 66.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 114 19 189 0.40 0.90 0 0.26 273.53 0.82 0.41
Hex 72 13 BD 28 5A 0 1A 112 52 29
Octal 162 23 275 50 132 0 32 422 122 51
Binary 1110010 10011 10111101 101000 1011010 0 11010 100010010 1010010 101001

Color Harmonies of #7213BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7213BD

Black with #7213BD

Text Example


Text Example

White with #7213BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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