#7225B8

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

Shades of Purple Heart #7225B8

Tints of Purple Heart #7225B8

Color information

#7225B8 (or 0x7225B8) is unknown color: approx Purple Heart. HEX triplet: 72, 25 and B8. RGB value is (114,37,184). Sum of RGB (Red+Green+Blue) = 114+37+184=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #7225B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225B8 is #8DDA47. Grayscale: #4C4C4C. Windows color (decimal): -9296456 or 12068210. OLE color: 12068210.

HSL color Cylindrical-coordinate representation of color #7225B8: hue angle of 271.43º degrees, saturation: 0.67, 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 #7225B8 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11437184-
CMYK0.380.8000.28
HSL271.43º66.52%43.33%-
HSV(B)271.43º79.89%72.16%-
XYZ16.258.3646.1-
YUV76.78188.51154.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 37 (14.84% from 255) = 11.04%
BLUE value IS 184 (72.27% from 255) = 54.93%
R=34.03%
G=11.04%
B=54.93%

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
Decimal114371840.380.8000.28271.4366.5243.33
Hex7225B8265001C10f432b
Octal162452704612003441710353
Binary11100101001011011100010011010100000111001000011111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7225B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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