#7725C5

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

Shades of Purple Heart #7725C5

Tints of Purple Heart #7725C5

Color information

#7725C5 (or 0x7725C5) is unknown color: approx Purple Heart. HEX triplet: 77, 25 and C5. RGB value is (119,37,197). Sum of RGB (Red+Green+Blue) = 119+37+197=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #7725C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725C5 is #88DA3A. Grayscale: #4F4F4F. Windows color (decimal): -8968763 or 12920183. OLE color: 12920183.

HSL color Cylindrical-coordinate representation of color #7725C5: hue angle of 270.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7725C5 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11937197-
CMYK0.400.8100.23
HSL270.75º68.38%45.88%-
HSV(B)270.75º81.22%77.25%-
XYZ18.359.2853.65-
YUV79.76194.17155.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 197 (77.34% from 255) = 55.81%
R=33.71%
G=10.48%
B=55.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119371970.400.8100.23270.7568.3845.88
Hex7725C5285101710f442e
Octal167453055012102741710456
Binary11101111001011100010110100010100010101111000011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7725C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7725C5; }

 p { color: rgb(119,37,197); }

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

<style>
 a { background-color: #7725C5; }

 a { background-color: rgb(119,37,197); }

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

<style>
 span { border-color: #7725C5; }

 span { border-color: rgb(119,37,197); }

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