#5C26BF

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

Shades of Purple Heart #5C26BF

Tints of Purple Heart #5C26BF

Color information

#5C26BF (or 0x5C26BF) is unknown color: approx Purple Heart. HEX triplet: 5C, 26 and BF. RGB value is (92,38,191). Sum of RGB (Red+Green+Blue) = 92+38+191=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C26BF is #A3D940. Grayscale: #474747. Windows color (decimal): -10737985 or 12527196. OLE color: 12527196.

HSL color Cylindrical-coordinate representation of color #5C26BF: hue angle of 261.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C26BF is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9238191-
CMYK0.520.8000.25
HSL261.18º66.81%44.9%-
HSV(B)261.18º80.1%74.9%-
XYZ14.517.4249.96-
YUV71.59195.39142.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 191 (75% from 255) = 59.50%
R=28.66%
G=11.84%
B=59.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92381910.520.8000.25261.1866.8144.9
Hex5C26BF3450019105432d
Octal134462776412003140510355
Binary10111001001101011111111010010100000110011000001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,38,191); }

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

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

 a { background-color: rgb(92,38,191); }

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

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

 span { border-color: rgb(92,38,191); }

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