#7825c5

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

Shades of Purple Heart #7825C5

Tints of Purple Heart #7825C5

Color information

#7825C5 (or 0x7825C5) is unknown color: approx Purple Heart. HEX triplet: 78, 25 and C5. RGB value is (120,37,197). Sum of RGB (Red+Green+Blue) = 120+37+197=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #7825C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825C5 is #87DA3A. Grayscale: #4F4F4F. Windows color (decimal): -8903227 or 12920184. OLE color: 12920184.

HSL color Cylindrical-coordinate representation of color #7825C5: hue angle of 271.12º 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 #7825C5 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12037197-
CMYK0.390.8100.23
HSL271.12º68.38%45.88%-
HSV(B)271.12º81.22%77.25%-
XYZ18.499.3553.65-
YUV80.06194156.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=33.90%
G=10.45%
B=55.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120371970.390.8100.23271.1268.3845.88
Hex7825C5275101710f442e
Octal170453054712102741710456
Binary11110001001011100010110011110100010101111000011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7825c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7825c5; }

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

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

<style>
 a { background-color: #7825c5; }

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

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

<style>
 span { border-color: #7825c5; }

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

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