#753DCE

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

Shades of Purple Heart #753DCE

Tints of Purple Heart #753DCE

Color information

#753DCE (or 0x753DCE) is unknown color: approx Purple Heart. HEX triplet: 75, 3D and CE. RGB value is (117,61,206). Sum of RGB (Red+Green+Blue) = 117+61+206=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #753DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DCE is #8AC231. Grayscale: #5D5D5D. Windows color (decimal): -9093682 or 13516149. OLE color: 13516149.

HSL color Cylindrical-coordinate representation of color #753DCE: hue angle of 263.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753DCE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11761206-
CMYK0.430.7000.19
HSL263.17º59.67%52.35%-
HSV(B)263.17º70.39%80.78%-
XYZ20.1511.5859.57-
YUV94.27191.05144.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 206 (80.86% from 255) = 53.65%
R=30.47%
G=15.89%
B=53.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117612060.430.7000.19263.1759.6752.35
Hex753DCE2B460131073c34
Octal16575316531060234077464
Binary1110101111101110011101010111000110010011100000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753DCE; }

 p { color: rgb(117,61,206); }

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

<style>
 a { background-color: #753DCE; }

 a { background-color: rgb(117,61,206); }

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

<style>
 span { border-color: #753DCE; }

 span { border-color: rgb(117,61,206); }

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