#7535BE

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

Shades of Purple Heart #7535BE

Tints of Purple Heart #7535BE

Color information

#7535BE (or 0x7535BE) is unknown color: approx Purple Heart. HEX triplet: 75, 35 and BE. RGB value is (117,53,190). Sum of RGB (Red+Green+Blue) = 117+53+190=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #7535BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BE is #8ACA41. Grayscale: #575757. Windows color (decimal): -9095746 or 12465525. OLE color: 12465525.

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

Color convert

RGB11753190-
CMYK0.380.7200.25
HSL268.03º56.38%47.65%-
HSV(B)268.03º72.11%74.51%-
XYZ17.910.0549.71-
YUV87.75185.7148.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=32.5%
G=14.72%
B=52.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117531900.380.7200.25268.0356.3847.65
Hex7535BE264801910c3830
Octal16565276461100314147060
Binary1110101110101101111101001101001000011001100001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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