#5C37BF

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

Shades of Purple Heart #5C37BF

Tints of Purple Heart #5C37BF

Color information

#5C37BF (or 0x5C37BF) is unknown color: approx Purple Heart. HEX triplet: 5C, 37 and BF. RGB value is (92,55,191). Sum of RGB (Red+Green+Blue) = 92+55+191=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C37BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37BF is #A3C840. Grayscale: #515151. Windows color (decimal): -10733633 or 12531548. OLE color: 12531548.

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

Color convert

RGB9255191-
CMYK0.520.7100.25
HSL256.32º55.28%48.24%-
HSV(B)256.32º71.2%74.9%-
XYZ15.188.7750.18-
YUV81.57189.76135.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 191 (75% from 255) = 56.51%
R=27.22%
G=16.27%
B=56.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92551910.520.7100.25256.3255.2848.24
Hex5C37BF34470191003730
Octal13467277641070314006760
Binary1011100110111101111111101001000111011001100000000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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