#7535BC

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

Shades of Purple Heart #7535BC

Tints of Purple Heart #7535BC

Color information

#7535BC (or 0x7535BC) is unknown color: approx Purple Heart. HEX triplet: 75, 35 and BC. RGB value is (117,53,188). Sum of RGB (Red+Green+Blue) = 117+53+188=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #7535BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BC is #8ACA43. Grayscale: #575757. Windows color (decimal): -9095748 or 12334453. OLE color: 12334453.

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

Color convert

RGB11753188-
CMYK0.380.7200.26
HSL268.44º56.02%47.25%-
HSV(B)268.44º71.81%73.73%-
XYZ17.699.9648.57-
YUV87.53184.7149.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=32.68%
G=14.80%
B=52.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117531880.380.7200.26268.4456.0247.25
Hex7535BC264801A10c382f
Octal16565274461100324147057
Binary1110101110101101111001001101001000011010100001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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