#5C1EBA

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

Shades of Purple Heart #5C1EBA

Tints of Purple Heart #5C1EBA

Color information

#5C1EBA (or 0x5C1EBA) is unknown color: approx Purple Heart. HEX triplet: 5C, 1E and BA. RGB value is (92,30,186). Sum of RGB (Red+Green+Blue) = 92+30+186=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EBA is #A3E145. Grayscale: #414141. Windows color (decimal): -10740038 or 12197468. OLE color: 12197468.

HSL color Cylindrical-coordinate representation of color #5C1EBA: hue angle of 263.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1EBA is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9230186-
CMYK0.510.8400.27
HSL263.85º72.22%42.35%-
HSV(B)263.85º83.87%72.94%-
XYZ13.746.7547.03-
YUV66.32195.54146.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=29.87%
G=9.74%
B=60.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92301860.510.8400.27263.8572.2242.35
Hex5C1EBA335401B108482a
Octal134362726312403341011052
Binary1011100111101011101011001110101000110111000010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,30,186); }

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

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

 a { background-color: rgb(92,30,186); }

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

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

 span { border-color: rgb(92,30,186); }

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