Html Css Color HEX #7221C9 Purple Heart

📋 copy color: '#7221C9'

red 114 ◦ green 33 ◦ blue 201

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

Shades of Purple Heart #7221C9

Tints of Purple Heart #7221C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.76%

R = 32.76%
G = 9.48%
B = 57.76%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7221C9 (or 0x7221C9) is known color: Purple Heart. HEX triplet: 72, 21 and C9. RGB value is (114,33,201). Sum of RGB (Red+Green+Blue) = 114+33+201=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #7221C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221C9 is #8DDE36. Grayscale: #4B4B4B. Windows color (decimal): -9297463 or 13181298. OLE color: 13181298.

HSL color Cylindrical-coordinate representation of color #7221C9: hue angle of 268.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7221C9 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 33 201 -
CMYK 0.43 0.84 0 0.21
HSL 268.93º 0.72% 0.46% -
HSV(B) 268.93º 0.84% 0.79% -
XYZ 18.03 8.88 56.02 -
YUV 76.37 198.34 154.84 -
System Red Green Blue C M Y K H S L
Decimal 114 33 201 0.43 0.84 0 0.21 268.93 0.72 0.46
Hex 72 21 C9 2B 54 0 15 10D 48 2E
Octal 162 41 311 53 124 0 25 415 110 56
Binary 1110010 100001 11001001 101011 1010100 0 10101 100001101 1001000 101110

Color Harmonies of #7221C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7221C9

Black with #7221C9

Text Example


Text Example

White with #7221C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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