Html Css Color HEX #7220BE Purple Heart

📋 copy color: '#7220BE'

red 114 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #7220BE

Tints of Purple Heart #7220BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 33.93%
G = 9.52%
B = 56.55%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7220BE (or 0x7220BE) is known color: Purple Heart. HEX triplet: 72, 20 and BE. RGB value is (114,32,190). Sum of RGB (Red+Green+Blue) = 114+32+190=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #7220BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220BE is #8DDF41. Grayscale: #494949. Windows color (decimal): -9297730 or 12460146. OLE color: 12460146.

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

Color convert

RGB 114 32 190 -
CMYK 0.40 0.83 0 0.25
HSL 271.14º 0.71% 0.44% -
HSV(B) 271.14º 0.83% 0.75% -
XYZ 16.75 8.33 49.44 -
YUV 74.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 114 32 190 0.40 0.83 0 0.25 271.14 0.71 0.44
Hex 72 20 BE 28 53 0 19 10F 47 2C
Octal 162 40 276 50 123 0 31 417 107 54
Binary 1110010 100000 10111110 101000 1010011 0 11001 100001111 1000111 101100

Color Harmonies of #7220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7220BE

Black with #7220BE

Text Example


Text Example

White with #7220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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