#5401B3

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

Shades of Purple Heart #5401B3

Tints of Purple Heart #5401B3

Color information

#5401B3 (or 0x5401B3) is unknown color: approx Purple Heart. HEX triplet: 54, 01 and B3. RGB value is (84,1,179). Sum of RGB (Red+Green+Blue) = 84+1+179=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #5401B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401B3 is #ABFE4C. Grayscale: #2D2D2D. Windows color (decimal): -11271757 or 11731284. OLE color: 11731284.

HSL color Cylindrical-coordinate representation of color #5401B3: hue angle of 267.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5401B3 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB841179-
CMYK0.530.9900.30
HSL267.98º98.89%35.29%-
HSV(B)267.98º99.44%70.2%-
XYZ11.85.1643.02-
YUV46.11203155.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 179 (70.31% from 255) = 67.80%
R=31.82%
G=0.38%
B=67.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8411790.530.9900.30267.9898.8935.29
Hex541B3356301E10c6323
Octal12412636514303641414343
Binary101010011011001111010111000110111101000011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5401B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5401B3; }

 p { color: rgb(84,1,179); }

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

<style>
 a { background-color: #5401B3; }

 a { background-color: rgb(84,1,179); }

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

<style>
 span { border-color: #5401B3; }

 span { border-color: rgb(84,1,179); }

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