Html Css Color HEX #5410AD Purple Heart

📋 copy color: '#5410AD'

red 84 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5410AD

Tints of Purple Heart #5410AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 30.77%
G = 5.86%
B = 63.37%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5410AD (or 0x5410AD) is known color: Purple Heart. HEX triplet: 54, 10 and AD. RGB value is (84,16,173). Sum of RGB (Red+Green+Blue) = 84+16+173=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #5410AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5410AD is #ABEF52. Grayscale: #353535. Windows color (decimal): -11267923 or 11341908. OLE color: 11341908.

HSL color Cylindrical-coordinate representation of color #5410AD: hue angle of 265.99º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5410AD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 16 173 -
CMYK 0.51 0.91 0 0.32
HSL 265.99º 0.83% 0.37% -
HSV(B) 265.99º 0.91% 0.68% -
XYZ 11.38 5.27 39.95 -
YUV 54.23 195.03 149.23 -
System Red Green Blue C M Y K H S L
Decimal 84 16 173 0.51 0.91 0 0.32 265.99 0.83 0.37
Hex 54 10 AD 33 5B 0 20 10A 53 25
Octal 124 20 255 63 133 0 40 412 123 45
Binary 1010100 10000 10101101 110011 1011011 0 100000 100001010 1010011 100101

Color Harmonies of #5410AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5410AD

Black with #5410AD

Text Example


Text Example

White with #5410AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5410AD; }

 p { color: rgb(84,16,173); }

 H1.HeaderClassName
 {
   color: #5410AD;
 }
 .AnyTagClassName
 {
   color: #5410AD;
 }
</style>

background-color css

<style>
 a { background-color: #5410AD; }

 a { background-color: rgb(84,16,173); }

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

border-color css

<style>
 span { border-color: #5410AD; }

 span { border-color: rgb(84,16,173); }

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