#5C42BC

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

Shades of Purple Heart #5C42BC

Tints of Purple Heart #5C42BC

Color information

#5C42BC (or 0x5C42BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 42 and BC. RGB value is (92,66,188). Sum of RGB (Red+Green+Blue) = 92+66+188=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C42BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C42BC is #A3BD43. Grayscale: #575757. Windows color (decimal): -10730820 or 12337756. OLE color: 12337756.

HSL color Cylindrical-coordinate representation of color #5C42BC: hue angle of 252.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C42BC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9266188-
CMYK0.510.6500.26
HSL252.79º48.03%49.8%-
HSV(B)252.79º64.89%73.73%-
XYZ15.449.848.66-
YUV87.68184.61131.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=26.59%
G=19.08%
B=54.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92661880.510.6500.26252.7948.0349.8
Hex5C42BC334101Afd3032
Octal134102274631010323756062
Binary1011100100001010111100110011100000101101011111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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