#753ACE

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

Shades of Purple Heart #753ACE

Tints of Purple Heart #753ACE

Color information

#753ACE (or 0x753ACE) is unknown color: approx Purple Heart. HEX triplet: 75, 3A and CE. RGB value is (117,58,206). Sum of RGB (Red+Green+Blue) = 117+58+206=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #753ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ACE is #8AC531. Grayscale: #5B5B5B. Windows color (decimal): -9094450 or 13515381. OLE color: 13515381.

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

Color convert

RGB11758206-
CMYK0.430.7200.19
HSL263.92º60.16%51.76%-
HSV(B)263.92º71.84%80.78%-
XYZ19.9911.2659.51-
YUV92.51192.05145.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=30.71%
G=15.22%
B=54.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117582060.430.7200.19263.9260.1651.76
Hex753ACE2B480131083c34
Octal16572316531100234107464
Binary1110101111010110011101010111001000010011100001000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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