#5C05B1

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

Shades of Purple Heart #5C05B1

Tints of Purple Heart #5C05B1

Color information

#5C05B1 (or 0x5C05B1) is unknown color: approx Purple Heart. HEX triplet: 5C, 05 and B1. RGB value is (92,5,177). Sum of RGB (Red+Green+Blue) = 92+5+177=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C05B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C05B1 is #A3FA4E. Grayscale: #323232. Windows color (decimal): -10746447 or 11601244. OLE color: 11601244.

HSL color Cylindrical-coordinate representation of color #5C05B1: hue angle of 270.35º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C05B1 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB925177-
CMYK0.480.9700.31
HSL270.35º94.51%35.69%-
HSV(B)270.35º97.18%69.41%-
XYZ12.45.5642.01-
YUV50.62199.32157.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.58%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 177 (69.53% from 255) = 64.60%
R=33.58%
G=1.82%
B=64.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9251770.480.9700.31270.3594.5135.69
Hex5C5B1306101F10e5f24
Octal13452616014103741613744
Binary10111001011011000111000011000010111111000011101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C05B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,177); }

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

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

 a { background-color: rgb(92,5,177); }

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

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

 span { border-color: rgb(92,5,177); }

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