#7533BA

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

Shades of Purple Heart #7533BA

Tints of Purple Heart #7533BA

Color information

#7533BA (or 0x7533BA) is unknown color: approx Purple Heart. HEX triplet: 75, 33 and BA. RGB value is (117,51,186). Sum of RGB (Red+Green+Blue) = 117+51+186=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7533BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7533BA is #8ACC45. Grayscale: #555555. Windows color (decimal): -9096262 or 12202869. OLE color: 12202869.

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

Color convert

RGB11751186-
CMYK0.370.7300.27
HSL269.33º56.96%46.47%-
HSV(B)269.33º72.58%72.94%-
XYZ17.389.6947.41-
YUV86.12184.37150.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=33.05%
G=14.41%
B=52.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117511860.370.7300.27269.3356.9646.47
Hex7533BA254901B10d392e
Octal16563272451110334157156
Binary1110101110011101110101001011001001011011100001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7533BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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