#5C36BA

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

Shades of Purple Heart #5C36BA

Tints of Purple Heart #5C36BA

Color information

#5C36BA (or 0x5C36BA) is unknown color: approx Purple Heart. HEX triplet: 5C, 36 and BA. RGB value is (92,54,186). Sum of RGB (Red+Green+Blue) = 92+54+186=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C36BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36BA is #A3C945. Grayscale: #4F4F4F. Windows color (decimal): -10733894 or 12203612. OLE color: 12203612.

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

Color convert

RGB9254186-
CMYK0.510.7100.27
HSL257.27º55%47.06%-
HSV(B)257.27º70.97%72.94%-
XYZ14.68.4647.32-
YUV80.41187.59136.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=27.71%
G=16.27%
B=56.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92541860.510.7100.27257.275547.06
Hex5C36BA334701B101372f
Octal13466272631070334016757
Binary1011100110110101110101100111000111011011100000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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