#7437B8

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

Shades of Purple Heart #7437B8

Tints of Purple Heart #7437B8

Color information

#7437B8 (or 0x7437B8) is unknown color: approx Purple Heart. HEX triplet: 74, 37 and B8. RGB value is (116,55,184). Sum of RGB (Red+Green+Blue) = 116+55+184=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #7437B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7437B8 is #8BC847. Grayscale: #575757. Windows color (decimal): -9160776 or 12072820. OLE color: 12072820.

HSL color Cylindrical-coordinate representation of color #7437B8: hue angle of 268.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7437B8 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11655184-
CMYK0.370.7000.28
HSL268.37º53.97%46.86%-
HSV(B)268.37º70.11%72.16%-
XYZ17.229.9146.35-
YUV87.94182.21148.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 184 (72.27% from 255) = 51.83%
R=32.68%
G=15.49%
B=51.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116551840.370.7000.28268.3753.9746.86
Hex7437B8254601C10c362f
Octal16467270451060344146657
Binary1110100110111101110001001011000110011100100001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7437B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7437B8; }

 p { color: rgb(116,55,184); }

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

<style>
 a { background-color: #7437B8; }

 a { background-color: rgb(116,55,184); }

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

<style>
 span { border-color: #7437B8; }

 span { border-color: rgb(116,55,184); }

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