#5C37AF

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

Shades of Purple Heart #5C37AF

Tints of Purple Heart #5C37AF

Color information

#5C37AF (or 0x5C37AF) is unknown color: approx Purple Heart. HEX triplet: 5C, 37 and AF. RGB value is (92,55,175). Sum of RGB (Red+Green+Blue) = 92+55+175=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C37AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C37AF is #A3C850. Grayscale: #4F4F4F. Windows color (decimal): -10733649 or 11482972. OLE color: 11482972.

HSL color Cylindrical-coordinate representation of color #5C37AF: hue angle of 258.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C37AF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9255175-
CMYK0.470.6900.31
HSL258.5º52.17%45.1%-
HSV(B)258.5º68.57%68.63%-
XYZ13.528.141.41-
YUV79.74181.76136.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=28.57%
G=17.08%
B=54.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92551750.470.6900.31258.552.1745.1
Hex5C37AF2F4501F102342d
Octal13467257571050374026455
Binary1011100110111101011111011111000101011111100000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C37AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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