#750BB0

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

Shades of Purple Heart #750BB0

Tints of Purple Heart #750BB0

Color information

#750BB0 (or 0x750BB0) is unknown color: approx Purple Heart. HEX triplet: 75, 0B and B0. RGB value is (117,11,176). Sum of RGB (Red+Green+Blue) = 117+11+176=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #750BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BB0 is #8AF44F. Grayscale: #3C3C3C. Windows color (decimal): -9106512 or 11537269. OLE color: 11537269.

HSL color Cylindrical-coordinate representation of color #750BB0: hue angle of 278.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BB0 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11711176-
CMYK0.340.9400.31
HSL278.55º88.24%36.67%-
HSV(B)278.55º93.75%69.02%-
XYZ15.297.1641.65-
YUV61.5192.62167.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 176 (69.14% from 255) = 57.89%
R=38.49%
G=3.62%
B=57.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117111760.340.9400.31278.5588.2436.67
Hex75BB0225E01F1175825
Octal165132604213603742713045
Binary111010110111011000010001010111100111111000101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750BB0; }

 p { color: rgb(117,11,176); }

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

<style>
 a { background-color: #750BB0; }

 a { background-color: rgb(117,11,176); }

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

<style>
 span { border-color: #750BB0; }

 span { border-color: rgb(117,11,176); }

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