#5E2FBA

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

Shades of Purple Heart #5E2FBA

Tints of Purple Heart #5E2FBA

Color information

#5E2FBA (or 0x5E2FBA) is unknown color: approx Purple Heart. HEX triplet: 5E, 2F and BA. RGB value is (94,47,186). Sum of RGB (Red+Green+Blue) = 94+47+186=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2FBA is #A1D045. Grayscale: #4C4C4C. Windows color (decimal): -10604614 or 12201822. OLE color: 12201822.

HSL color Cylindrical-coordinate representation of color #5E2FBA: hue angle of 260.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2FBA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9447186-
CMYK0.490.7500.27
HSL260.29º59.66%45.69%-
HSV(B)260.29º74.73%72.94%-
XYZ14.57.9647.23-
YUV76.9189.57140.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=28.75%
G=14.37%
B=56.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94471860.490.7500.27260.2959.6645.69
Hex5E2FBA314B01B1043c2e
Octal13657272611130334047456
Binary1011110101111101110101100011001011011011100000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,47,186); }

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

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

 a { background-color: rgb(94,47,186); }

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

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

 span { border-color: rgb(94,47,186); }

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