#753BB8

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

Shades of Purple Heart #753BB8

Tints of Purple Heart #753BB8

Color information

#753BB8 (or 0x753BB8) is unknown color: approx Purple Heart. HEX triplet: 75, 3B and B8. RGB value is (117,59,184). Sum of RGB (Red+Green+Blue) = 117+59+184=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #753BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BB8 is #8AC447. Grayscale: #5A5A5A. Windows color (decimal): -9094216 or 12073845. OLE color: 12073845.

HSL color Cylindrical-coordinate representation of color #753BB8: hue angle of 267.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753BB8 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11759184-
CMYK0.360.6800.28
HSL267.84º51.44%47.65%-
HSV(B)267.84º67.93%72.16%-
XYZ17.5510.3746.42-
YUV90.59180.72146.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=32.5%
G=16.39%
B=51.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117591840.360.6800.28267.8451.4447.65
Hex753BB8244401C10c3330
Octal16573270441040344146360
Binary1110101111011101110001001001000100011100100001100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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