#5C00BD

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

Shades of Purple Heart #5C00BD

Tints of Purple Heart #5C00BD

Color information

#5C00BD (or 0x5C00BD) is unknown color: approx Purple Heart. HEX triplet: 5C, 00 and BD. RGB value is (92,0,189). Sum of RGB (Red+Green+Blue) = 92+0+189=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C00BD is #A3FF42. Grayscale: #303030. Windows color (decimal): -10747715 or 12386396. OLE color: 12386396.

HSL color Cylindrical-coordinate representation of color #5C00BD: hue angle of 269.21º 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 #5C00BD is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB920189-
CMYK0.51100.26
HSL269.21º100%37.06%-
HSV(B)269.21º100%74.12%-
XYZ13.65.9548.58-
YUV49.05206.98158.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=32.74%
G=0%
B=67.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9201890.51100.26269.2110037.06
Hex5C0BD336401A10d6425
Octal13402756314403241514445
Binary101110001011110111001111001000110101000011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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