#5C1BC4

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

Shades of Purple Heart #5C1BC4

Tints of Purple Heart #5C1BC4

Color information

#5C1BC4 (or 0x5C1BC4) is unknown color: approx Purple Heart. HEX triplet: 5C, 1B and C4. RGB value is (92,27,196). Sum of RGB (Red+Green+Blue) = 92+27+196=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C1BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1BC4 is #A3E43B. Grayscale: #414141. Windows color (decimal): -10740796 or 12852060. OLE color: 12852060.

HSL color Cylindrical-coordinate representation of color #5C1BC4: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1BC4 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9227196-
CMYK0.530.8600.23
HSL263.08º75.78%43.73%-
HSV(B)263.08º86.22%76.86%-
XYZ14.777.0452.81-
YUV65.7201.53146.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 196 (76.95% from 255) = 62.22%
R=29.21%
G=8.57%
B=62.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal92271960.530.8600.23263.0875.7843.73
Hex5C1BC435560171074c2c
Octal134333046512602740711454
Binary1011100110111100010011010110101100101111000001111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,27,196); }

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

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

 a { background-color: rgb(92,27,196); }

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

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

 span { border-color: rgb(92,27,196); }

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