#5403B1

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

Shades of Purple Heart #5403B1

Tints of Purple Heart #5403B1

Color information

#5403B1 (or 0x5403B1) is unknown color: approx Purple Heart. HEX triplet: 54, 03 and B1. RGB value is (84,3,177). Sum of RGB (Red+Green+Blue) = 84+3+177=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #5403B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5403B1 is #ABFC4E. Grayscale: #2E2E2E. Windows color (decimal): -11271247 or 11600724. OLE color: 11600724.

HSL color Cylindrical-coordinate representation of color #5403B1: hue angle of 267.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403B1 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB843177-
CMYK0.530.9800.31
HSL267.93º96.67%35.29%-
HSV(B)267.93º98.31%69.41%-
XYZ11.625.1241.97-
YUV47.06201.34154.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 177 (69.53% from 255) = 67.05%
R=31.82%
G=1.14%
B=67.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8431770.530.9800.31267.9396.6735.29
Hex543B1356201F10c6123
Octal12432616514203741414143
Binary1010100111011000111010111000100111111000011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5403B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5403B1; }

 p { color: rgb(84,3,177); }

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

<style>
 a { background-color: #5403B1; }

 a { background-color: rgb(84,3,177); }

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

<style>
 span { border-color: #5403B1; }

 span { border-color: rgb(84,3,177); }

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