#5C13BC

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

Shades of Purple Heart #5C13BC

Tints of Purple Heart #5C13BC

Color information

#5C13BC (or 0x5C13BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 13 and BC. RGB value is (92,19,188). Sum of RGB (Red+Green+Blue) = 92+19+188=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13BC is #A3EC43. Grayscale: #3B3B3B. Windows color (decimal): -10742852 or 12325724. OLE color: 12325724.

HSL color Cylindrical-coordinate representation of color #5C13BC: hue angle of 265.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C13BC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9219188-
CMYK0.510.9000.26
HSL265.92º81.64%40.59%-
HSV(B)265.92º89.89%73.73%-
XYZ13.726.3748.08-
YUV60.09200.18150.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 188 (73.83% from 255) = 62.88%
R=30.77%
G=6.35%
B=62.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92191880.510.9000.26265.9281.6440.59
Hex5C13BC335A01A10a5229
Octal134232746313203241212251
Binary1011100100111011110011001110110100110101000010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,188); }

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

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

 a { background-color: rgb(92,19,188); }

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

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

 span { border-color: rgb(92,19,188); }

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