#7531C0

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

Shades of Purple Heart #7531C0

Tints of Purple Heart #7531C0

Color information

#7531C0 (or 0x7531C0) is unknown color: approx Purple Heart. HEX triplet: 75, 31 and C0. RGB value is (117,49,192). Sum of RGB (Red+Green+Blue) = 117+49+192=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #7531C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7531C0 is #8ACE3F. Grayscale: #555555. Windows color (decimal): -9096768 or 12595573. OLE color: 12595573.

HSL color Cylindrical-coordinate representation of color #7531C0: hue angle of 268.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7531C0 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11749192-
CMYK0.390.7400.25
HSL268.53º59.34%47.25%-
HSV(B)268.53º74.48%75.29%-
XYZ17.959.7850.81-
YUV85.63188.03150.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 192 (75.39% from 255) = 53.63%
R=32.68%
G=13.69%
B=53.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117491920.390.7400.25268.5359.3447.25
Hex7531C0274A01910d3b2f
Octal16561300471120314157357
Binary1110101110001110000001001111001010011001100001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7531C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7531C0; }

 p { color: rgb(117,49,192); }

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

<style>
 a { background-color: #7531C0; }

 a { background-color: rgb(117,49,192); }

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

<style>
 span { border-color: #7531C0; }

 span { border-color: rgb(117,49,192); }

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