#5a2cbc

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

Shades of Purple Heart #5A2CBC

Tints of Purple Heart #5A2CBC

Color information

#5A2CBC (or 0x5A2CBC) is unknown color: approx Purple Heart. HEX triplet: 5A, 2C and BC. RGB value is (90,44,188). Sum of RGB (Red+Green+Blue) = 90+44+188=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CBC is #A5D343. Grayscale: #494949. Windows color (decimal): -10867524 or 12332122. OLE color: 12332122.

HSL color Cylindrical-coordinate representation of color #5A2CBC: hue angle of 259.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2CBC is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9044188-
CMYK0.520.7700.26
HSL259.17º62.07%45.49%-
HSV(B)259.17º76.6%73.73%-
XYZ14.197.6148.3-
YUV74.17192.24139.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 188 (73.83% from 255) = 58.39%
R=27.95%
G=13.66%
B=58.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90441880.520.7700.26259.1762.0745.49
Hex5A2CBC344D01A1033e2d
Octal13254274641150324037655
Binary1011010101100101111001101001001101011010100000011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,44,188); }

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

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

 a { background-color: rgb(90,44,188); }

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

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

 span { border-color: rgb(90,44,188); }

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