#5C00BA

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

Shades of Purple Heart #5C00BA

Tints of Purple Heart #5C00BA

Color information

#5C00BA (or 0x5C00BA) is unknown color: approx Purple Heart. HEX triplet: 5C, 00 and BA. RGB value is (92,0,186). Sum of RGB (Red+Green+Blue) = 92+0+186=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C00BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C00BA is #A3FF45. Grayscale: #303030. Windows color (decimal): -10747718 or 12189788. OLE color: 12189788.

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

Color convert

RGB920186-
CMYK0.51100.27
HSL269.68º100%36.47%-
HSV(B)269.68º100%72.94%-
XYZ13.285.8246.88-
YUV48.71205.48158.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=33.09%
G=0%
B=66.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9201860.51100.27269.6810036.47
Hex5C0BA336401B10e6424
Octal13402726314403341614444
Binary101110001011101011001111001000110111000011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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