#7535BD

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

Shades of Purple Heart #7535BD

Tints of Purple Heart #7535BD

Color information

#7535BD (or 0x7535BD) is unknown color: approx Purple Heart. HEX triplet: 75, 35 and BD. RGB value is (117,53,189). Sum of RGB (Red+Green+Blue) = 117+53+189=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #7535BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BD is #8ACA42. Grayscale: #575757. Windows color (decimal): -9095747 or 12399989. OLE color: 12399989.

HSL color Cylindrical-coordinate representation of color #7535BD: hue angle of 268.24º 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 #7535BD is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11753189-
CMYK0.380.7200.26
HSL268.24º56.2%47.45%-
HSV(B)268.24º71.96%74.12%-
XYZ17.791049.14-
YUV87.64185.2148.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=32.59%
G=14.76%
B=52.65%

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
Decimal117531890.380.7200.26268.2456.247.45
Hex7535BD264801A10c382f
Octal16565275461100324147057
Binary1110101110101101111011001101001000011010100001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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