Html Css Color HEX #5413B0 Purple Heart

📋 copy color: '#5413B0'

red 84 ◦ green 19 ◦ blue 176

#5413B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5413B0

Tints of Purple Heart #5413B0

RGB

 RED value IS 84 (33.2% from 255) = 30.11%

 GREEN value IS 19 (7.81% from 255) = 6.81%

 BLUE value IS 176 (69.14% from 255) = 63.08%

R = 30.11%
G = 6.81%
B = 63.08%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5413B0 (or 0x5413B0) is known color: Purple Heart. HEX triplet: 54, 13 and B0. RGB value is (84,19,176). Sum of RGB (Red+Green+Blue) = 84+19+176=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 176 (69.14% from 255 or 63.08% from 279); Max value from RGB is 176 - color contains mainly: blue. Hex color #5413B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5413B0 is #ABEC4F. Grayscale: #373737. Windows color (decimal): -11267152 or 11539284. OLE color: 11539284.

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

Color convert

RGB 84 19 176 -
CMYK 0.52 0.89 0 0.31
HSL 264.84º 0.81% 0.38% -
HSV(B) 264.84º 0.89% 0.69% -
XYZ 11.73 5.49 41.52 -
YUV 56.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 84 19 176 0.52 0.89 0 0.31 264.84 0.81 0.38
Hex 54 13 B0 34 59 0 1F 109 51 26
Octal 124 23 260 64 131 0 37 411 121 46
Binary 1010100 10011 10110000 110100 1011001 0 11111 100001001 1010001 100110

Color Harmonies of #5413B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413B0

Black with #5413B0

Text Example


Text Example

White with #5413B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5413B0;
 }
 .AnyTagClassName
 {
   color: #5413B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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