#7227B1

Color #7227B1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7227B1

Tints of Purple Heart #7227B1

Color information

#7227B1 (or 0x7227B1) is unknown color: approx Purple Heart. HEX triplet: 72, 27 and B1. RGB value is (114,39,177). Sum of RGB (Red+Green+Blue) = 114+39+177=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #7227B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7227B1 is #8DD84E. Grayscale: #4C4C4C. Windows color (decimal): -9295951 or 11609970. OLE color: 11609970.

HSL color Cylindrical-coordinate representation of color #7227B1: hue angle of 272.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7227B1 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11439177-
CMYK0.360.7800.31
HSL272.61º63.89%42.35%-
HSV(B)272.61º77.97%69.41%-
XYZ15.68.242.36-
YUV77.16184.35154.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 177 (69.53% from 255) = 53.64%
R=34.55%
G=11.82%
B=53.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114391770.360.7800.31272.6163.8942.35
Hex7227B1244E01F111402a
Octal162472614411603742110052
Binary11100101001111011000110010010011100111111000100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7227B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7227B1; }

 p { color: rgb(114,39,177); }

 H1.HeaderClassName
 {
   color: #7227B1;
 }
 .AnyTagClassName
 {
   color: #7227B1;
 }
</style>
background-color css

<style>
 a { background-color: #7227B1; }

 a { background-color: rgb(114,39,177); }

 div.DivClassName
 {
   background-color: #7227B1;
 }
 .BgClassName
 {
   background-color: #7227B1;
 }
</style>
border-color css

<style>
 span { border-color: #7227B1; }

 span { border-color: rgb(114,39,177); }

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