Html Css Color HEX #5427AD Purple Heart

📋 copy color: '#5427AD'

red 84 ◦ green 39 ◦ blue 173

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

Shades of Purple Heart #5427AD

Tints of Purple Heart #5427AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 28.38%
G = 13.18%
B = 58.45%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5427AD (or 0x5427AD) is known color: Purple Heart. HEX triplet: 54, 27 and AD. RGB value is (84,39,173). Sum of RGB (Red+Green+Blue) = 84+39+173=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #5427AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5427AD is #ABD852. Grayscale: #434343. Windows color (decimal): -11262035 or 11347796. OLE color: 11347796.

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

Color convert

RGB 84 39 173 -
CMYK 0.51 0.77 0 0.32
HSL 260.15º 0.63% 0.42% -
HSV(B) 260.15º 0.77% 0.68% -
XYZ 11.92 6.35 40.13 -
YUV 67.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 84 39 173 0.51 0.77 0 0.32 260.15 0.63 0.42
Hex 54 27 AD 33 4D 0 20 104 3F 2A
Octal 124 47 255 63 115 0 40 404 77 52
Binary 1010100 100111 10101101 110011 1001101 0 100000 100000100 111111 101010

Color Harmonies of #5427AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5427AD

Black with #5427AD

Text Example


Text Example

White with #5427AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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