#733CDA

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

Shades of Purple Heart #733CDA

Tints of Purple Heart #733CDA

Color information

#733CDA (or 0x733CDA) is unknown color: approx Purple Heart. HEX triplet: 73, 3C and DA. RGB value is (115,60,218). Sum of RGB (Red+Green+Blue) = 115+60+218=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #733CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CDA is #8CC325. Grayscale: #5D5D5D. Windows color (decimal): -9224998 or 14302323. OLE color: 14302323.

HSL color Cylindrical-coordinate representation of color #733CDA: hue angle of 260.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733CDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11560218-
CMYK0.470.7200.15
HSL260.89º68.1%54.51%-
HSV(B)260.89º72.48%85.49%-
XYZ21.3411.9467.51-
YUV94.46197.72142.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 60 (23.83% from 255) = 15.27%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=29.26%
G=15.27%
B=55.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115602180.470.7200.15260.8968.154.51
Hex733CDA2F480F1054437
Octal163743325711001740510467
Binary1110011111100110110101011111001000011111000001011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733CDA; }

 p { color: rgb(115,60,218); }

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

<style>
 a { background-color: #733CDA; }

 a { background-color: rgb(115,60,218); }

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

<style>
 span { border-color: #733CDA; }

 span { border-color: rgb(115,60,218); }

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