#7225BF

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

Shades of Purple Heart #7225BF

Tints of Purple Heart #7225BF

Color information

#7225BF (or 0x7225BF) is unknown color: approx Purple Heart. HEX triplet: 72, 25 and BF. RGB value is (114,37,191). Sum of RGB (Red+Green+Blue) = 114+37+191=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #7225BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225BF is #8DDA40. Grayscale: #4D4D4D. Windows color (decimal): -9296449 or 12526962. OLE color: 12526962.

HSL color Cylindrical-coordinate representation of color #7225BF: hue angle of 270º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7225BF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11437191-
CMYK0.400.8100.25
HSL270º67.54%44.71%-
HSV(B)270º80.63%74.9%-
XYZ178.6650.07-
YUV77.58192.01153.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 191 (75% from 255) = 55.85%
R=33.33%
G=10.82%
B=55.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114371910.400.8100.2527067.5444.71
Hex7225BF285101910e442d
Octal162452775012103141610455
Binary11100101001011011111110100010100010110011000011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7225BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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