#750CB1

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

Shades of Purple Heart #750CB1

Tints of Purple Heart #750CB1

Color information

#750CB1 (or 0x750CB1) is unknown color: approx Purple Heart. HEX triplet: 75, 0C and B1. RGB value is (117,12,177). Sum of RGB (Red+Green+Blue) = 117+12+177=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #750CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CB1 is #8AF34E. Grayscale: #3D3D3D. Windows color (decimal): -9106255 or 11603061. OLE color: 11603061.

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

Color convert

RGB11712177-
CMYK0.340.9300.31
HSL278.18º87.3%37.06%-
HSV(B)278.18º93.22%69.41%-
XYZ15.47.2242.18-
YUV62.2192.79167.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 177 (69.53% from 255) = 57.84%
R=38.24%
G=3.92%
B=57.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117121770.340.9300.31278.1887.337.06
Hex75CB1225D01F1165725
Octal165142614213503742612745
Binary111010111001011000110001010111010111111000101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,177); }

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

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

 a { background-color: rgb(117,12,177); }

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

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

 span { border-color: rgb(117,12,177); }

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