#7535BA

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

Shades of Purple Heart #7535BA

Tints of Purple Heart #7535BA

Color information

#7535BA (or 0x7535BA) is unknown color: approx Purple Heart. HEX triplet: 75, 35 and BA. RGB value is (117,53,186). Sum of RGB (Red+Green+Blue) = 117+53+186=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #7535BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BA is #8ACA45. Grayscale: #565656. Windows color (decimal): -9095750 or 12203381. OLE color: 12203381.

HSL color Cylindrical-coordinate representation of color #7535BA: hue angle of 268.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7535BA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11753186-
CMYK0.370.7200.27
HSL268.87º55.65%46.86%-
HSV(B)268.87º71.51%72.94%-
XYZ17.479.8747.44-
YUV87.3183.7149.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=32.87%
G=14.89%
B=52.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117531860.370.7200.27268.8755.6546.86
Hex7535BA254801B10d382f
Octal16565272451100334157057
Binary1110101110101101110101001011001000011011100001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7535BA; }

 p { color: rgb(117,53,186); }

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

<style>
 a { background-color: #7535BA; }

 a { background-color: rgb(117,53,186); }

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

<style>
 span { border-color: #7535BA; }

 span { border-color: rgb(117,53,186); }

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