#733DCB

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

Shades of Purple Heart #733DCB

Tints of Purple Heart #733DCB

Color information

#733DCB (or 0x733DCB) is unknown color: approx Purple Heart. HEX triplet: 73, 3D and CB. RGB value is (115,61,203). Sum of RGB (Red+Green+Blue) = 115+61+203=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #733DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DCB is #8CC234. Grayscale: #5C5C5C. Windows color (decimal): -9224757 or 13319539. OLE color: 13319539.

HSL color Cylindrical-coordinate representation of color #733DCB: hue angle of 262.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733DCB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11561203-
CMYK0.430.7000.20
HSL262.82º57.72%51.76%-
HSV(B)262.82º69.95%79.61%-
XYZ19.5211.2957.65-
YUV93.33189.89143.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=30.34%
G=16.09%
B=53.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115612030.430.7000.20262.8257.7251.76
Hex733DCB2B460141073a34
Octal16375313531060244077264
Binary1110011111101110010111010111000110010100100000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,61,203); }

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

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

 a { background-color: rgb(115,61,203); }

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

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

 span { border-color: rgb(115,61,203); }

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