#750fc1

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

Shades of Purple Heart #750FC1

Tints of Purple Heart #750FC1

Color information

#750FC1 (or 0x750FC1) is unknown color: approx Purple Heart. HEX triplet: 75, 0F and C1. RGB value is (117,15,193). Sum of RGB (Red+Green+Blue) = 117+15+193=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #750FC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FC1 is #8AF03E. Grayscale: #414141. Windows color (decimal): -9105471 or 12652405. OLE color: 12652405.

HSL color Cylindrical-coordinate representation of color #750FC1: hue angle of 274.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750FC1 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11715193-
CMYK0.390.9200.24
HSL274.38º85.58%40.78%-
HSV(B)274.38º92.23%75.69%-
XYZ17.137.9751.09-
YUV65.79199.79164.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=36%
G=4.62%
B=59.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117151930.390.9200.24274.3885.5840.78
Hex75FC1275C0181125629
Octal165173014713403042212651
Binary111010111111100000110011110111000110001000100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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