Html Css Color HEX #5438AE Purple Heart

📋 copy color: '#5438AE'

red 84 ◦ green 56 ◦ blue 174

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

Shades of Purple Heart #5438AE

Tints of Purple Heart #5438AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 26.75%
G = 17.83%
B = 55.41%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5438AE (or 0x5438AE) is known color: Purple Heart. HEX triplet: 54, 38 and AE. RGB value is (84,56,174). Sum of RGB (Red+Green+Blue) = 84+56+174=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #5438AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5438AE is #ABC751. Grayscale: #4D4D4D. Windows color (decimal): -11257682 or 11417684. OLE color: 11417684.

HSL color Cylindrical-coordinate representation of color #5438AE: hue angle of 254.24º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5438AE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 56 174 -
CMYK 0.52 0.68 0 0.32
HSL 254.24º 0.51% 0.45% -
HSV(B) 254.24º 0.68% 0.68% -
XYZ 12.71 7.77 40.87 -
YUV 77.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 84 56 174 0.52 0.68 0 0.32 254.24 0.51 0.45
Hex 54 38 AE 34 44 0 20 FE 33 2D
Octal 124 70 256 64 104 0 40 376 63 55
Binary 1010100 111000 10101110 110100 1000100 0 100000 11111110 110011 101101

Color Harmonies of #5438AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5438AE

Black with #5438AE

Text Example


Text Example

White with #5438AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5438AE; }

 p { color: rgb(84,56,174); }

 H1.HeaderClassName
 {
   color: #5438AE;
 }
 .AnyTagClassName
 {
   color: #5438AE;
 }
</style>

background-color css

<style>
 a { background-color: #5438AE; }

 a { background-color: rgb(84,56,174); }

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

border-color css

<style>
 span { border-color: #5438AE; }

 span { border-color: rgb(84,56,174); }

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