Html Css Color HEX #7222BC Purple Heart

📋 copy color: '#7222BC'

red 114 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #7222BC

Tints of Purple Heart #7222BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

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

R = 33.93%
G = 10.12%
B = 55.95%

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

#7222BC (or 0x7222BC) is known color: Purple Heart. HEX triplet: 72, 22 and BC. RGB value is (114,34,188). Sum of RGB (Red+Green+Blue) = 114+34+188=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #7222BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7222BC is #8DDD43. Grayscale: #4A4A4A. Windows color (decimal): -9297220 or 12329586. OLE color: 12329586.

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

Color convert

RGB 114 34 188 -
CMYK 0.39 0.82 0 0.26
HSL 271.17º 0.69% 0.44% -
HSV(B) 271.17º 0.82% 0.74% -
XYZ 16.59 8.35 48.31 -
YUV 75.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 114 34 188 0.39 0.82 0 0.26 271.17 0.69 0.44
Hex 72 22 BC 27 52 0 1A 10F 45 2C
Octal 162 42 274 47 122 0 32 417 105 54
Binary 1110010 100010 10111100 100111 1010010 0 11010 100001111 1000101 101100

Color Harmonies of #7222BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7222BC

Black with #7222BC

Text Example


Text Example

White with #7222BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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