#5C05BC

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

Shades of Purple Heart #5C05BC

Tints of Purple Heart #5C05BC

Color information

#5C05BC (or 0x5C05BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 05 and BC. RGB value is (92,5,188). Sum of RGB (Red+Green+Blue) = 92+5+188=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C05BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C05BC is #A3FA43. Grayscale: #333333. Windows color (decimal): -10746436 or 12322140. OLE color: 12322140.

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

Color convert

RGB925188-
CMYK0.510.9700.26
HSL268.52º94.82%37.84%-
HSV(B)268.52º97.34%73.73%-
XYZ13.556.0148.02-
YUV51.88204.82156.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 188 (73.83% from 255) = 65.96%
R=32.28%
G=1.75%
B=65.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9251880.510.9700.26268.5294.8237.84
Hex5C5BC336101A10d5f26
Octal13452746314103241513746
Binary10111001011011110011001111000010110101000011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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