Html Css Color HEX #7221BC Purple Heart

📋 copy color: '#7221BC'

red 114 ◦ green 33 ◦ blue 188

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

Shades of Purple Heart #7221BC

Tints of Purple Heart #7221BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 34.03%
G = 9.85%
B = 56.12%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7221BC (or 0x7221BC) is known color: Purple Heart. HEX triplet: 72, 21 and BC. RGB value is (114,33,188). Sum of RGB (Red+Green+Blue) = 114+33+188=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #7221BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221BC is #8DDE43. Grayscale: #4A4A4A. Windows color (decimal): -9297476 or 12329330. OLE color: 12329330.

HSL color Cylindrical-coordinate representation of color #7221BC: hue angle of 271.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7221BC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 33 188 -
CMYK 0.39 0.82 0 0.26
HSL 271.35º 0.7% 0.43% -
HSV(B) 271.35º 0.82% 0.74% -
XYZ 16.56 8.3 48.31 -
YUV 74.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 114 33 188 0.39 0.82 0 0.26 271.35 0.7 0.43
Hex 72 21 BC 27 52 0 1A 10F 46 2B
Octal 162 41 274 47 122 0 32 417 106 53
Binary 1110010 100001 10111100 100111 1010010 0 11010 100001111 1000110 101011

Color Harmonies of #7221BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7221BC

Black with #7221BC

Text Example


Text Example

White with #7221BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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