#750FB7

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

Shades of Purple Heart #750FB7

Tints of Purple Heart #750FB7

Color information

#750FB7 (or 0x750FB7) is unknown color: approx Purple Heart. HEX triplet: 75, 0F and B7. RGB value is (117,15,183). Sum of RGB (Red+Green+Blue) = 117+15+183=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #750FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FB7 is #8AF048. Grayscale: #404040. Windows color (decimal): -9105481 or 11997045. OLE color: 11997045.

HSL color Cylindrical-coordinate representation of color #750FB7: hue angle of 276.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750FB7 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11715183-
CMYK0.360.9200.28
HSL276.43º84.85%38.82%-
HSV(B)276.43º91.8%71.76%-
XYZ16.057.5445.41-
YUV64.65194.79165.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 183 (71.88% from 255) = 58.10%
R=37.14%
G=4.76%
B=58.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117151830.360.9200.28276.4384.8538.82
Hex75FB7245C01C1145527
Octal165172674413403442412547
Binary111010111111011011110010010111000111001000101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,183); }

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

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

 a { background-color: rgb(117,15,183); }

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

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

 span { border-color: rgb(117,15,183); }

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