#7531C8

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

Shades of Purple Heart #7531C8

Tints of Purple Heart #7531C8

Color information

#7531C8 (or 0x7531C8) is unknown color: approx Purple Heart. HEX triplet: 75, 31 and C8. RGB value is (117,49,200). Sum of RGB (Red+Green+Blue) = 117+49+200=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #7531C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7531C8 is #8ACE37. Grayscale: #565656. Windows color (decimal): -9096760 or 13119861. OLE color: 13119861.

HSL color Cylindrical-coordinate representation of color #7531C8: hue angle of 267.02º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7531C8 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11749200-
CMYK0.420.7600.22
HSL267.02º60.64%48.82%-
HSV(B)267.02º75.5%78.43%-
XYZ18.8610.1555.61-
YUV86.55192.03149.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 49 (19.53% from 255) = 13.39%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=31.97%
G=13.39%
B=54.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117492000.420.7600.22267.0260.6448.82
Hex7531C82A4C01610b3d31
Octal16561310521140264137561
Binary1110101110001110010001010101001100010110100001011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7531C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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