#7538BE

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

Shades of Purple Heart #7538BE

Tints of Purple Heart #7538BE

Color information

#7538BE (or 0x7538BE) is unknown color: approx Purple Heart. HEX triplet: 75, 38 and BE. RGB value is (117,56,190). Sum of RGB (Red+Green+Blue) = 117+56+190=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #7538BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538BE is #8AC741. Grayscale: #595959. Windows color (decimal): -9094978 or 12466293. OLE color: 12466293.

HSL color Cylindrical-coordinate representation of color #7538BE: hue angle of 267.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7538BE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11756190-
CMYK0.380.7100.25
HSL267.31º54.47%48.24%-
HSV(B)267.31º70.53%74.51%-
XYZ18.0410.3349.76-
YUV89.51184.71147.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=32.23%
G=15.43%
B=52.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117561900.380.7100.25267.3154.4748.24
Hex7538BE264701910b3630
Octal16570276461070314136660
Binary1110101111000101111101001101000111011001100001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7538BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7538BE; }

 p { color: rgb(117,56,190); }

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

<style>
 a { background-color: #7538BE; }

 a { background-color: rgb(117,56,190); }

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

<style>
 span { border-color: #7538BE; }

 span { border-color: rgb(117,56,190); }

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