Html Css Color HEX #7221C1 Purple Heart

📋 copy color: '#7221C1'

red 114 ◦ green 33 ◦ blue 193

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

Shades of Purple Heart #7221C1

Tints of Purple Heart #7221C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 56.76%

R = 33.53%
G = 9.71%
B = 56.76%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7221C1 (or 0x7221C1) is known color: Purple Heart. HEX triplet: 72, 21 and C1. RGB value is (114,33,193). Sum of RGB (Red+Green+Blue) = 114+33+193=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #7221C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221C1 is #8DDE3E. Grayscale: #4A4A4A. Windows color (decimal): -9297471 or 12657010. OLE color: 12657010.

HSL color Cylindrical-coordinate representation of color #7221C1: hue angle of 270.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7221C1 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 33 193 -
CMYK 0.41 0.83 0 0.24
HSL 270.38º 0.71% 0.44% -
HSV(B) 270.38º 0.83% 0.76% -
XYZ 17.11 8.52 51.19 -
YUV 75.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 114 33 193 0.41 0.83 0 0.24 270.38 0.71 0.44
Hex 72 21 C1 29 53 0 18 10E 47 2C
Octal 162 41 301 51 123 0 30 416 107 54
Binary 1110010 100001 11000001 101001 1010011 0 11000 100001110 1000111 101100

Color Harmonies of #7221C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7221C1

Black with #7221C1

Text Example


Text Example

White with #7221C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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