#5C3EBF

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

Shades of Purple Heart #5C3EBF

Tints of Purple Heart #5C3EBF

Color information

#5C3EBF (or 0x5C3EBF) is unknown color: approx Purple Heart. HEX triplet: 5C, 3E and BF. RGB value is (92,62,191). Sum of RGB (Red+Green+Blue) = 92+62+191=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EBF is #A3C140. Grayscale: #555555. Windows color (decimal): -10731841 or 12533340. OLE color: 12533340.

HSL color Cylindrical-coordinate representation of color #5C3EBF: hue angle of 253.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3EBF is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9262191-
CMYK0.520.6800.25
HSL253.95º50.99%49.61%-
HSV(B)253.95º67.54%74.9%-
XYZ15.549.4850.3-
YUV85.68187.44132.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 191 (75% from 255) = 55.36%
R=26.67%
G=17.97%
B=55.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92621910.520.6800.25253.9550.9949.61
Hex5C3EBF3444019fe3332
Octal13476277641040313766362
Binary101110011111010111111110100100010001100111111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,191); }

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

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

 a { background-color: rgb(92,62,191); }

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

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

 span { border-color: rgb(92,62,191); }

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