#5A00BE

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

Shades of Purple Heart #5A00BE

Tints of Purple Heart #5A00BE

Color information

#5A00BE (or 0x5A00BE) is unknown color: approx Purple Heart. HEX triplet: 5A, 00 and BE. RGB value is (90,0,190). Sum of RGB (Red+Green+Blue) = 90+0+190=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A00BE is #A5FF41. Grayscale: #2F2F2F. Windows color (decimal): -10878786 or 12451930. OLE color: 12451930.

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

Color convert

RGB900190-
CMYK0.53100.25
HSL268.42º100%37.25%-
HSV(B)268.42º100%74.51%-
XYZ13.515.8949.14-
YUV48.57207.82157.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=32.14%
G=0%
B=67.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9001900.53100.25268.4210037.25
Hex5A0BE356401910c6425
Octal13202766514403141414445
Binary101101001011111011010111001000110011000011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A00BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,0,190); }

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

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

 a { background-color: rgb(90,0,190); }

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

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

 span { border-color: rgb(90,0,190); }

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