#5C00BC

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

Shades of Purple Heart #5C00BC

Tints of Purple Heart #5C00BC

Color information

#5C00BC (or 0x5C00BC) is unknown color: approx Purple Heart. HEX triplet: 5C, 00 and BC. RGB value is (92,0,188). Sum of RGB (Red+Green+Blue) = 92+0+188=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C00BC is #A3FF43. Grayscale: #303030. Windows color (decimal): -10747716 or 12320860. OLE color: 12320860.

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

Color convert

RGB920188-
CMYK0.51100.26
HSL269.36º100%36.86%-
HSV(B)269.36º100%73.73%-
XYZ13.495.9148.01-
YUV48.94206.48158.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=32.86%
G=0%
B=67.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9201880.51100.26269.3610036.86
Hex5C0BC336401A10d6425
Octal13402746314403241514445
Binary101110001011110011001111001000110101000011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C00BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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