#5C18CB

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

Shades of Purple Heart #5C18CB

Tints of Purple Heart #5C18CB

Color information

#5C18CB (or 0x5C18CB) is unknown color: approx Purple Heart. HEX triplet: 5C, 18 and CB. RGB value is (92,24,203). Sum of RGB (Red+Green+Blue) = 92+24+203=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C18CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C18CB is #A3E734. Grayscale: #404040. Windows color (decimal): -10741557 or 13310044. OLE color: 13310044.

HSL color Cylindrical-coordinate representation of color #5C18CB: hue angle of 262.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C18CB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9224203-
CMYK0.550.8800.20
HSL262.79º78.85%44.51%-
HSV(B)262.79º88.18%79.61%-
XYZ15.527.2457.08-
YUV64.74206.03147.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 203 (79.69% from 255) = 63.64%
R=28.84%
G=7.52%
B=63.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92242030.550.8800.20262.7978.8544.51
Hex5C18CB37580141074f2d
Octal134303136713002440711755
Binary1011100110001100101111011110110000101001000001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C18CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,203); }

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

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

 a { background-color: rgb(92,24,203); }

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

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

 span { border-color: rgb(92,24,203); }

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