#733FD0

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

Shades of Purple Heart #733FD0

Tints of Purple Heart #733FD0

Color information

#733FD0 (or 0x733FD0) is unknown color: approx Purple Heart. HEX triplet: 73, 3F and D0. RGB value is (115,63,208). Sum of RGB (Red+Green+Blue) = 115+63+208=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #733FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FD0 is #8CC02F. Grayscale: #5E5E5E. Windows color (decimal): -9224240 or 13647731. OLE color: 13647731.

HSL color Cylindrical-coordinate representation of color #733FD0: hue angle of 261.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733FD0 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11563208-
CMYK0.450.7000.18
HSL261.52º60.67%53.14%-
HSV(B)261.52º69.71%81.57%-
XYZ20.2311.7560.88-
YUV95.08191.73142.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 208 (81.64% from 255) = 53.89%
R=29.79%
G=16.32%
B=53.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115632080.450.7000.18261.5260.6753.14
Hex733FD02D460121063d35
Octal16377320551060224067565
Binary1110011111111110100001011011000110010010100000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,63,208); }

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

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

 a { background-color: rgb(115,63,208); }

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

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

 span { border-color: rgb(115,63,208); }

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