#5C36BC

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

Shades of Purple Heart #5C36BC

Tints of Purple Heart #5C36BC

Color information

#5C36BC (or 0x5C36BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 36 and BC. RGB value is (92,54,188). Sum of RGB (Red+Green+Blue) = 92+54+188=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C36BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C36BC is #A3C943. Grayscale: #505050. Windows color (decimal): -10733892 or 12334684. OLE color: 12334684.

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

Color convert

RGB9254188-
CMYK0.510.7100.26
HSL257.01º55.37%47.45%-
HSV(B)257.01º71.28%73.73%-
XYZ14.818.5448.45-
YUV80.64188.59136.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 188 (73.83% from 255) = 56.29%
R=27.54%
G=16.17%
B=56.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92541880.510.7100.26257.0155.3747.45
Hex5C36BC334701A101372f
Octal13466274631070324016757
Binary1011100110110101111001100111000111011010100000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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