#5E0FBA

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

Shades of Purple Heart #5E0FBA

Tints of Purple Heart #5E0FBA

Color information

#5E0FBA (or 0x5E0FBA) is unknown color: approx Purple Heart. HEX triplet: 5E, 0F and BA. RGB value is (94,15,186). Sum of RGB (Red+Green+Blue) = 94+15+186=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E0FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0FBA is #A1F045. Grayscale: #393939. Windows color (decimal): -10612806 or 12193630. OLE color: 12193630.

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

Color convert

RGB9415186-
CMYK0.490.9200.27
HSL267.72º85.07%39.41%-
HSV(B)267.72º91.94%72.94%-
XYZ13.656.2746.94-
YUV58.12200.17153.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=31.86%
G=5.08%
B=63.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94151860.490.9200.27267.7285.0739.41
Hex5EFBA315C01B10c5527
Octal136172726113403341412547
Binary101111011111011101011000110111000110111000011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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