#7225B7

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

Shades of Purple Heart #7225B7

Tints of Purple Heart #7225B7

Color information

#7225B7 (or 0x7225B7) is unknown color: approx Purple Heart. HEX triplet: 72, 25 and B7. RGB value is (114,37,183). Sum of RGB (Red+Green+Blue) = 114+37+183=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #7225B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225B7 is #8DDA48. Grayscale: #4C4C4C. Windows color (decimal): -9296457 or 12002674. OLE color: 12002674.

HSL color Cylindrical-coordinate representation of color #7225B7: hue angle of 271.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7225B7 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11437183-
CMYK0.380.8000.28
HSL271.64º66.36%43.14%-
HSV(B)271.64º79.78%71.76%-
XYZ16.158.3245.55-
YUV76.67188.01154.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=34.13%
G=11.08%
B=54.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114371830.380.8000.28271.6466.3643.14
Hex7225B7265001C110422b
Octal162452674612003442010253
Binary11100101001011011011110011010100000111001000100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7225B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7225B7; }

 p { color: rgb(114,37,183); }

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

<style>
 a { background-color: #7225B7; }

 a { background-color: rgb(114,37,183); }

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

<style>
 span { border-color: #7225B7; }

 span { border-color: rgb(114,37,183); }

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