#7425B7

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

Shades of Purple Heart #7425B7

Tints of Purple Heart #7425B7

Color information

#7425B7 (or 0x7425B7) is unknown color: approx Purple Heart. HEX triplet: 74, 25 and B7. RGB value is (116,37,183). Sum of RGB (Red+Green+Blue) = 116+37+183=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #7425B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7425B7 is #8BDA48. Grayscale: #4C4C4C. Windows color (decimal): -9165385 or 12002676. OLE color: 12002676.

HSL color Cylindrical-coordinate representation of color #7425B7: hue angle of 272.47º 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 #7425B7 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11637183-
CMYK0.370.8000.28
HSL272.47º66.36%43.14%-
HSV(B)272.47º79.78%71.76%-
XYZ16.418.4645.57-
YUV77.26187.67155.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 183 (71.88% from 255) = 54.46%
R=34.52%
G=11.01%
B=54.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116371830.370.8000.28272.4766.3643.14
Hex7425B7255001C110422b
Octal164452674512003442010253
Binary11101001001011011011110010110100000111001000100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7425B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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