#5C1CB1

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

Shades of Purple Heart #5C1CB1

Tints of Purple Heart #5C1CB1

Color information

#5C1CB1 (or 0x5C1CB1) is unknown color: approx Purple Heart. HEX triplet: 5C, 1C and B1. RGB value is (92,28,177). Sum of RGB (Red+Green+Blue) = 92+28+177=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C1CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1CB1 is #A3E34E. Grayscale: #3F3F3F. Windows color (decimal): -10740559 or 11607132. OLE color: 11607132.

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

Color convert

RGB9228177-
CMYK0.480.8400.31
HSL265.77º72.68%40.2%-
HSV(B)265.77º84.18%69.41%-
XYZ12.766.2842.13-
YUV64.12191.7147.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=30.98%
G=9.43%
B=59.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92281770.480.8400.31265.7772.6840.2
Hex5C1CB1305401F10a4928
Octal134342616012403741211150
Binary1011100111001011000111000010101000111111000010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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