#5C1FC8

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

Shades of Purple Heart #5C1FC8

Tints of Purple Heart #5C1FC8

Color information

#5C1FC8 (or 0x5C1FC8) is unknown color: approx Purple Heart. HEX triplet: 5C, 1F and C8. RGB value is (92,31,200). Sum of RGB (Red+Green+Blue) = 92+31+200=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #5C1FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1FC8 is #A3E037. Grayscale: #434343. Windows color (decimal): -10739768 or 13115228. OLE color: 13115228.

HSL color Cylindrical-coordinate representation of color #5C1FC8: hue angle of 261.66º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1FC8 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9231200-
CMYK0.540.8400.22
HSL261.66º73.16%45.29%-
HSV(B)261.66º84.5%78.43%-
XYZ15.337.4355.27-
YUV68.5202.21144.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 200 (78.52% from 255) = 61.92%
R=28.48%
G=9.60%
B=61.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal92312000.540.8400.22261.6673.1645.29
Hex5C1FC83654016106492d
Octal134373106612402640611155
Binary1011100111111100100011011010101000101101000001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,31,200); }

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

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

 a { background-color: rgb(92,31,200); }

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

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

 span { border-color: rgb(92,31,200); }

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