#5C40BB

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

Shades of Purple Heart #5C40BB

Tints of Purple Heart #5C40BB

Color information

#5C40BB (or 0x5C40BB) is unknown color: approx Purple Heart. HEX triplet: 5C, 40 and BB. RGB value is (92,64,187). Sum of RGB (Red+Green+Blue) = 92+64+187=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C40BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40BB is #A3BF44. Grayscale: #555555. Windows color (decimal): -10731333 or 12271708. OLE color: 12271708.

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

Color convert

RGB9264187-
CMYK0.510.6600.27
HSL253.66º49%49.22%-
HSV(B)253.66º65.78%73.33%-
XYZ15.229.5348.05-
YUV86.39184.78132-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=26.82%
G=18.66%
B=54.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92641870.510.6600.27253.664949.22
Hex5C40BB334201Bfe3131
Octal134100273631020333766161
Binary1011100100000010111011110011100001001101111111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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