#7425B5

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

Shades of Purple Heart #7425B5

Tints of Purple Heart #7425B5

Color information

#7425B5 (or 0x7425B5) is unknown color: approx Purple Heart. HEX triplet: 74, 25 and B5. RGB value is (116,37,181). Sum of RGB (Red+Green+Blue) = 116+37+181=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 181 (71.09% from 255 or 54.19% from 334); Max value from RGB is 181 - color contains mainly: blue. Hex color #7425B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7425B5 is #8BDA4A. Grayscale: #4C4C4C. Windows color (decimal): -9165387 or 11871604. OLE color: 11871604.

HSL color Cylindrical-coordinate representation of color #7425B5: hue angle of 272.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7425B5 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11637181-
CMYK0.360.8000.29
HSL272.92º66.06%42.75%-
HSV(B)272.92º79.56%70.98%-
XYZ16.28.3744.48-
YUV77.04186.67155.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 181 (71.09% from 255) = 54.19%
R=34.73%
G=11.08%
B=54.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116371810.360.8000.29272.9266.0642.75
Hex7425B5245001D111422b
Octal164452654412003542110253
Binary11101001001011011010110010010100000111011000100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7425B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7425B5; }

 p { color: rgb(116,37,181); }

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

<style>
 a { background-color: #7425B5; }

 a { background-color: rgb(116,37,181); }

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

<style>
 span { border-color: #7425B5; }

 span { border-color: rgb(116,37,181); }

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