#753AC6

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

Shades of Purple Heart #753AC6

Tints of Purple Heart #753AC6

Color information

#753AC6 (or 0x753AC6) is unknown color: approx Purple Heart. HEX triplet: 75, 3A and C6. RGB value is (117,58,198). Sum of RGB (Red+Green+Blue) = 117+58+198=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #753AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753AC6 is #8AC539. Grayscale: #5B5B5B. Windows color (decimal): -9094458 or 12991093. OLE color: 12991093.

HSL color Cylindrical-coordinate representation of color #753AC6: hue angle of 265.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753AC6 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11758198-
CMYK0.410.7100.22
HSL265.29º55.12%50.2%-
HSV(B)265.29º70.71%77.65%-
XYZ19.0410.8954.52-
YUV91.6188.05146.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=31.37%
G=15.55%
B=53.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117581980.410.7100.22265.2955.1250.2
Hex753AC629470161093732
Octal16572306511070264116762
Binary1110101111010110001101010011000111010110100001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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