Html Css Color HEX #7221BE Purple Heart

📋 copy color: '#7221BE'

red 114 ◦ green 33 ◦ blue 190

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

Shades of Purple Heart #7221BE

Tints of Purple Heart #7221BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

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

R = 33.83%
G = 9.79%
B = 56.38%

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

#7221BE (or 0x7221BE) is known color: Purple Heart. HEX triplet: 72, 21 and BE. RGB value is (114,33,190). Sum of RGB (Red+Green+Blue) = 114+33+190=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #7221BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221BE is #8DDE41. Grayscale: #4A4A4A. Windows color (decimal): -9297474 or 12460402. OLE color: 12460402.

HSL color Cylindrical-coordinate representation of color #7221BE: hue angle of 270.96º degrees, saturation: 0.7, 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 #7221BE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 33 190 -
CMYK 0.40 0.83 0 0.25
HSL 270.96º 0.7% 0.44% -
HSV(B) 270.96º 0.83% 0.75% -
XYZ 16.78 8.38 49.45 -
YUV 75.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 114 33 190 0.40 0.83 0 0.25 270.96 0.7 0.44
Hex 72 21 BE 28 53 0 19 10F 46 2C
Octal 162 41 276 50 123 0 31 417 106 54
Binary 1110010 100001 10111110 101000 1010011 0 11001 100001111 1000110 101100

Color Harmonies of #7221BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7221BE

Black with #7221BE

Text Example


Text Example

White with #7221BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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