#751BB4

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

Shades of Purple Heart #751BB4

Tints of Purple Heart #751BB4

Color information

#751BB4 (or 0x751BB4) is unknown color: approx Purple Heart. HEX triplet: 75, 1B and B4. RGB value is (117,27,180). Sum of RGB (Red+Green+Blue) = 117+27+180=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #751BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BB4 is #8AE44B. Grayscale: #464646. Windows color (decimal): -9102412 or 11803509. OLE color: 11803509.

HSL color Cylindrical-coordinate representation of color #751BB4: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751BB4 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11727180-
CMYK0.350.8500.29
HSL275.29º73.91%40.59%-
HSV(B)275.29º85%70.59%-
XYZ15.977.8643.86-
YUV71.35189.32160.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 27 (10.94% from 255) = 8.33%
BLUE value IS 180 (70.70% from 255) = 55.56%
R=36.11%
G=8.33%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117271800.350.8500.29275.2973.9140.59
Hex751BB4235501D1134a29
Octal165332644312503542311251
Binary1110101110111011010010001110101010111011000100111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751BB4; }

 p { color: rgb(117,27,180); }

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

<style>
 a { background-color: #751BB4; }

 a { background-color: rgb(117,27,180); }

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

<style>
 span { border-color: #751BB4; }

 span { border-color: rgb(117,27,180); }

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