#5C36BB

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

Shades of Purple Heart #5C36BB

Tints of Purple Heart #5C36BB

Color information

#5C36BB (or 0x5C36BB) is unknown color: approx Purple Heart. HEX triplet: 5C, 36 and BB. RGB value is (92,54,187). Sum of RGB (Red+Green+Blue) = 92+54+187=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C36BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36BB is #A3C944. Grayscale: #505050. Windows color (decimal): -10733893 or 12269148. OLE color: 12269148.

HSL color Cylindrical-coordinate representation of color #5C36BB: hue angle of 257.14º 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 #5C36BB is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9254187-
CMYK0.510.7100.27
HSL257.14º55.19%47.25%-
HSV(B)257.14º71.12%73.33%-
XYZ14.78.547.88-
YUV80.52188.09136.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=27.63%
G=16.22%
B=56.16%

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
Decimal92541870.510.7100.27257.1455.1947.25
Hex5C36BB334701B101372f
Octal13466273631070334016757
Binary1011100110110101110111100111000111011011100000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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