#5C42BF

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

Shades of Purple Heart #5C42BF

Tints of Purple Heart #5C42BF

Color information

#5C42BF (or 0x5C42BF) is unknown color: approx Purple Heart. HEX triplet: 5C, 42 and BF. RGB value is (92,66,191). Sum of RGB (Red+Green+Blue) = 92+66+191=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C42BF is #A3BD40. Grayscale: #575757. Windows color (decimal): -10730817 or 12534364. OLE color: 12534364.

HSL color Cylindrical-coordinate representation of color #5C42BF: hue angle of 252.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C42BF is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9266191-
CMYK0.520.6500.25
HSL252.48º49.41%50.39%-
HSV(B)252.48º65.45%74.9%-
XYZ15.779.9350.38-
YUV88.02186.11130.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 191 (75% from 255) = 54.73%
R=26.36%
G=18.91%
B=54.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92661910.520.6500.25252.4849.4150.39
Hex5C42BF3441019fc3132
Octal134102277641010313746162
Binary1011100100001010111111110100100000101100111111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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