#7433BD

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

Shades of Purple Heart #7433BD

Tints of Purple Heart #7433BD

Color information

#7433BD (or 0x7433BD) is unknown color: approx Purple Heart. HEX triplet: 74, 33 and BD. RGB value is (116,51,189). Sum of RGB (Red+Green+Blue) = 116+51+189=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #7433BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7433BD is #8BCC42. Grayscale: #555555. Windows color (decimal): -9161795 or 12399476. OLE color: 12399476.

HSL color Cylindrical-coordinate representation of color #7433BD: hue angle of 268.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7433BD is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11651189-
CMYK0.390.7300.26
HSL268.26º57.5%47.06%-
HSV(B)268.26º73.02%74.12%-
XYZ17.579.7549.1-
YUV86.17186.03149.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=32.58%
G=14.33%
B=53.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116511890.390.7300.26268.2657.547.06
Hex7433BD274901A10c3a2f
Octal16463275471110324147257
Binary1110100110011101111011001111001001011010100001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7433BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,51,189); }

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

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

 a { background-color: rgb(116,51,189); }

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

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

 span { border-color: rgb(116,51,189); }

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