Html Css Color HEX #5434AB Purple Heart

📋 copy color: '#5434AB'

red 84 ◦ green 52 ◦ blue 171

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

Shades of Purple Heart #5434AB

Tints of Purple Heart #5434AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 27.36%
G = 16.94%
B = 55.7%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5434AB (or 0x5434AB) is known color: Purple Heart. HEX triplet: 54, 34 and AB. RGB value is (84,52,171). Sum of RGB (Red+Green+Blue) = 84+52+171=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5434AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5434AB is #ABCB54. Grayscale: #4A4A4A. Windows color (decimal): -11258709 or 11220052. OLE color: 11220052.

HSL color Cylindrical-coordinate representation of color #5434AB: hue angle of 256.13º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5434AB is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 52 171 -
CMYK 0.51 0.70 0 0.33
HSL 256.13º 0.53% 0.44% -
HSV(B) 256.13º 0.7% 0.67% -
XYZ 12.23 7.28 39.29 -
YUV 75.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 84 52 171 0.51 0.70 0 0.33 256.13 0.53 0.44
Hex 54 34 AB 33 46 0 21 100 35 2C
Octal 124 64 253 63 106 0 41 400 65 54
Binary 1010100 110100 10101011 110011 1000110 0 100001 100000000 110101 101100

Color Harmonies of #5434AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5434AB

Black with #5434AB

Text Example


Text Example

White with #5434AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5434AB; }

 p { color: rgb(84,52,171); }

 H1.HeaderClassName
 {
   color: #5434AB;
 }
 .AnyTagClassName
 {
   color: #5434AB;
 }
</style>

background-color css

<style>
 a { background-color: #5434AB; }

 a { background-color: rgb(84,52,171); }

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

border-color css

<style>
 span { border-color: #5434AB; }

 span { border-color: rgb(84,52,171); }

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