#751FBD

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

Shades of Purple Heart #751FBD

Tints of Purple Heart #751FBD

Color information

#751FBD (or 0x751FBD) is unknown color: approx Purple Heart. HEX triplet: 75, 1F and BD. RGB value is (117,31,189). Sum of RGB (Red+Green+Blue) = 117+31+189=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #751FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FBD is #8AE042. Grayscale: #4A4A4A. Windows color (decimal): -9101379 or 12394357. OLE color: 12394357.

HSL color Cylindrical-coordinate representation of color #751FBD: hue angle of 272.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751FBD is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11731189-
CMYK0.380.8400.26
HSL272.66º71.82%43.14%-
HSV(B)272.66º83.6%74.12%-
XYZ17.018.4448.88-
YUV74.73192.49158.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=34.72%
G=9.20%
B=56.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117311890.380.8400.26272.6671.8243.14
Hex751FBD265401A111482b
Octal165372754612403242111053
Binary1110101111111011110110011010101000110101000100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,31,189); }

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

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

 a { background-color: rgb(117,31,189); }

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

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

 span { border-color: rgb(117,31,189); }

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