#5B06AE

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

Shades of Purple Heart #5B06AE

Tints of Purple Heart #5B06AE

Color information

#5B06AE (or 0x5B06AE) is unknown color: approx Purple Heart. HEX triplet: 5B, 06 and AE. RGB value is (91,6,174). Sum of RGB (Red+Green+Blue) = 91+6+174=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B06AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B06AE is #A4F951. Grayscale: #313131. Windows color (decimal): -10811730 or 11404891. OLE color: 11404891.

HSL color Cylindrical-coordinate representation of color #5B06AE: hue angle of 270.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06AE is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB916174-
CMYK0.480.9700.32
HSL270.36º93.33%35.29%-
HSV(B)270.36º96.55%68.24%-
XYZ12.025.4140.46-
YUV50.57197.66156.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=33.58%
G=2.21%
B=64.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9161740.480.9700.32270.3693.3335.29
Hex5B6AE306102010e5d23
Octal13362566014104041613543
Binary101101111010101110110000110000101000001000011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,6,174); }

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

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

 a { background-color: rgb(91,6,174); }

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

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

 span { border-color: rgb(91,6,174); }

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