Html Css Color HEX #5413B2 Purple Heart

📋 copy color: '#5413B2'

red 84 ◦ green 19 ◦ blue 178

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

Shades of Purple Heart #5413B2

Tints of Purple Heart #5413B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 63.35%

R = 29.89%
G = 6.76%
B = 63.35%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5413B2 (or 0x5413B2) is known color: Purple Heart. HEX triplet: 54, 13 and B2. RGB value is (84,19,178). Sum of RGB (Red+Green+Blue) = 84+19+178=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #5413B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5413B2 is #ABEC4D. Grayscale: #373737. Windows color (decimal): -11267150 or 11670356. OLE color: 11670356.

HSL color Cylindrical-coordinate representation of color #5413B2: hue angle of 264.53º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5413B2 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 19 178 -
CMYK 0.53 0.89 0 0.30
HSL 264.53º 0.81% 0.39% -
HSV(B) 264.53º 0.89% 0.7% -
XYZ 11.92 5.56 42.57 -
YUV 56.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 84 19 178 0.53 0.89 0 0.30 264.53 0.81 0.39
Hex 54 13 B2 35 59 0 1E 109 51 27
Octal 124 23 262 65 131 0 36 411 121 47
Binary 1010100 10011 10110010 110101 1011001 0 11110 100001001 1010001 100111

Color Harmonies of #5413B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413B2

Black with #5413B2

Text Example


Text Example

White with #5413B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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