#5A0CBF

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

Shades of Purple Heart #5A0CBF

Tints of Purple Heart #5A0CBF

Color information

#5A0CBF (or 0x5A0CBF) is unknown color: approx Purple Heart. HEX triplet: 5A, 0C and BF. RGB value is (90,12,191). Sum of RGB (Red+Green+Blue) = 90+12+191=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CBF is #A5F340. Grayscale: #373737. Windows color (decimal): -10875713 or 12520538. OLE color: 12520538.

HSL color Cylindrical-coordinate representation of color #5A0CBF: hue angle of 266.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0CBF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9012191-
CMYK0.530.9400.25
HSL266.15º88.18%39.8%-
HSV(B)266.15º93.72%74.9%-
XYZ13.756.249.76-
YUV55.73204.34152.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 191 (75% from 255) = 65.19%
R=30.72%
G=4.10%
B=65.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90121910.530.9400.25266.1588.1839.8
Hex5ACBF355E01910a5828
Octal132142776513603141213050
Binary101101011001011111111010110111100110011000010101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,191); }

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

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

 a { background-color: rgb(90,12,191); }

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

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

 span { border-color: rgb(90,12,191); }

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