#753BC6

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

Shades of Purple Heart #753BC6

Tints of Purple Heart #753BC6

Color information

#753BC6 (or 0x753BC6) is unknown color: approx Purple Heart. HEX triplet: 75, 3B and C6. RGB value is (117,59,198). Sum of RGB (Red+Green+Blue) = 117+59+198=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #753BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BC6 is #8AC439. Grayscale: #5B5B5B. Windows color (decimal): -9094202 or 12991349. OLE color: 12991349.

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

Color convert

RGB11759198-
CMYK0.410.7000.22
HSL265.04º54.94%50.39%-
HSV(B)265.04º70.2%77.65%-
XYZ19.0910.9954.54-
YUV92.19187.72145.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=31.28%
G=15.78%
B=52.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117591980.410.7000.22265.0454.9450.39
Hex753BC629460161093732
Octal16573306511060264116762
Binary1110101111011110001101010011000110010110100001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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