#5A1FBF

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

Shades of Purple Heart #5A1FBF

Tints of Purple Heart #5A1FBF

Color information

#5A1FBF (or 0x5A1FBF) is unknown color: approx Purple Heart. HEX triplet: 5A, 1F and BF. RGB value is (90,31,191). Sum of RGB (Red+Green+Blue) = 90+31+191=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A1FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FBF is #A5E040. Grayscale: #424242. Windows color (decimal): -10870849 or 12525402. OLE color: 12525402.

HSL color Cylindrical-coordinate representation of color #5A1FBF: hue angle of 262.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1FBF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9031191-
CMYK0.530.8400.25
HSL262.12º72.07%43.53%-
HSV(B)262.12º83.77%74.9%-
XYZ14.116.9249.88-
YUV66.88198.05144.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.85%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 191 (75% from 255) = 61.22%
R=28.85%
G=9.94%
B=61.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90311910.530.8400.25262.1272.0743.53
Hex5A1FBF3554019106482c
Octal132372776512403140611054
Binary1011010111111011111111010110101000110011000001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1FBF; }

 p { color: rgb(90,31,191); }

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

<style>
 a { background-color: #5A1FBF; }

 a { background-color: rgb(90,31,191); }

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

<style>
 span { border-color: #5A1FBF; }

 span { border-color: rgb(90,31,191); }

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