Html Css Color HEX #7211BE Purple Heart

📋 copy color: '#7211BE'

red 114 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #7211BE

Tints of Purple Heart #7211BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 35.51%
G = 5.3%
B = 59.19%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7211BE (or 0x7211BE) is known color: Purple Heart. HEX triplet: 72, 11 and BE. RGB value is (114,17,190). Sum of RGB (Red+Green+Blue) = 114+17+190=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #7211BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7211BE is #8DEE41. Grayscale: #414141. Windows color (decimal): -9301570 or 12456306. OLE color: 12456306.

HSL color Cylindrical-coordinate representation of color #7211BE: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7211BE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 17 190 -
CMYK 0.40 0.91 0 0.25
HSL 273.64º 0.84% 0.41% -
HSV(B) 273.64º 0.91% 0.75% -
XYZ 16.43 7.7 49.33 -
YUV 65.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 114 17 190 0.40 0.91 0 0.25 273.64 0.84 0.41
Hex 72 11 BE 28 5B 0 19 112 54 29
Octal 162 21 276 50 133 0 31 422 124 51
Binary 1110010 10001 10111110 101000 1011011 0 11001 100010010 1010100 101001

Color Harmonies of #7211BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7211BE

Black with #7211BE

Text Example


Text Example

White with #7211BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7211BE; }

 p { color: rgb(114,17,190); }

 H1.HeaderClassName
 {
   color: #7211BE;
 }
 .AnyTagClassName
 {
   color: #7211BE;
 }
</style>

background-color css

<style>
 a { background-color: #7211BE; }

 a { background-color: rgb(114,17,190); }

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

border-color css

<style>
 span { border-color: #7211BE; }

 span { border-color: rgb(114,17,190); }

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