#5407B0

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

Shades of Purple Heart #5407B0

Tints of Purple Heart #5407B0

Color information

#5407B0 (or 0x5407B0) is unknown color: approx Purple Heart. HEX triplet: 54, 07 and B0. RGB value is (84,7,176). Sum of RGB (Red+Green+Blue) = 84+7+176=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #5407B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5407B0 is #ABF84F. Grayscale: #303030. Windows color (decimal): -11270224 or 11536212. OLE color: 11536212.

HSL color Cylindrical-coordinate representation of color #5407B0: hue angle of 267.34º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5407B0 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB847176-
CMYK0.520.9600.31
HSL267.34º92.35%35.88%-
HSV(B)267.34º96.02%69.02%-
XYZ11.575.1741.46-
YUV49.29199.51152.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 176 (69.14% from 255) = 65.92%
R=31.46%
G=2.62%
B=65.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8471760.520.9600.31267.3492.3535.88
Hex547B0346001F10b5c24
Octal12472606414003741313444
Binary10101001111011000011010011000000111111000010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5407B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5407B0; }

 p { color: rgb(84,7,176); }

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

<style>
 a { background-color: #5407B0; }

 a { background-color: rgb(84,7,176); }

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

<style>
 span { border-color: #5407B0; }

 span { border-color: rgb(84,7,176); }

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