#5C11BE

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

Shades of Purple Heart #5C11BE

Tints of Purple Heart #5C11BE

Color information

#5C11BE (or 0x5C11BE) is unknown color: approx Purple Heart. HEX triplet: 5C, 11 and BE. RGB value is (92,17,190). Sum of RGB (Red+Green+Blue) = 92+17+190=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C11BE is #A3EE41. Grayscale: #3A3A3A. Windows color (decimal): -10743362 or 12456284. OLE color: 12456284.

HSL color Cylindrical-coordinate representation of color #5C11BE: hue angle of 266.01º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C11BE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9217190-
CMYK0.520.9100.25
HSL266.01º83.57%40.59%-
HSV(B)266.01º91.05%74.51%-
XYZ13.916.3949.22-
YUV59.15201.85151.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 190 (74.61% from 255) = 63.55%
R=30.77%
G=5.69%
B=63.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92171900.520.9100.25266.0183.5740.59
Hex5C11BE345B01910a5429
Octal134212766413303141212451
Binary1011100100011011111011010010110110110011000010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,190); }

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

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

 a { background-color: rgb(92,17,190); }

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

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

 span { border-color: rgb(92,17,190); }

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