#7542C9

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

Shades of Purple Heart #7542C9

Tints of Purple Heart #7542C9

Color information

#7542C9 (or 0x7542C9) is unknown color: approx Purple Heart. HEX triplet: 75, 42 and C9. RGB value is (117,66,201). Sum of RGB (Red+Green+Blue) = 117+66+201=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #7542C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542C9 is #8ABD36. Grayscale: #606060. Windows color (decimal): -9092407 or 13189749. OLE color: 13189749.

HSL color Cylindrical-coordinate representation of color #7542C9: hue angle of 262.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7542C9 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11766201-
CMYK0.420.6700.21
HSL262.67º55.56%52.35%-
HSV(B)262.67º67.16%78.82%-
XYZ19.8311.956.51-
YUV96.64186.9142.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 201 (78.91% from 255) = 52.34%
R=30.47%
G=17.19%
B=52.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117662010.420.6700.21262.6755.5652.35
Hex7542C92A430151073834
Octal165102311521030254077064
Binary11101011000010110010011010101000011010101100000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7542C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7542C9; }

 p { color: rgb(117,66,201); }

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

<style>
 a { background-color: #7542C9; }

 a { background-color: rgb(117,66,201); }

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

<style>
 span { border-color: #7542C9; }

 span { border-color: rgb(117,66,201); }

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