#753DD6

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

Shades of Purple Heart #753DD6

Tints of Purple Heart #753DD6

Color information

#753DD6 (or 0x753DD6) is unknown color: approx Purple Heart. HEX triplet: 75, 3D and D6. RGB value is (117,61,214). Sum of RGB (Red+Green+Blue) = 117+61+214=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #753DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DD6 is #8AC229. Grayscale: #5E5E5E. Windows color (decimal): -9093674 or 14040437. OLE color: 14040437.

HSL color Cylindrical-coordinate representation of color #753DD6: hue angle of 261.96º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753DD6 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11761214-
CMYK0.450.7100.16
HSL261.96º65.11%53.92%-
HSV(B)261.96º71.5%83.92%-
XYZ21.1411.9764.82-
YUV95.19195.05143.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 214 (83.98% from 255) = 54.59%
R=29.85%
G=15.56%
B=54.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117612140.450.7100.16261.9665.1153.92
Hex753DD62D470101064136
Octal165753265510702040610166
Binary11101011111011101011010110110001110100001000001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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