Html Css Color HEX #5435AE Purple Heart

📋 copy color: '#5435AE'

red 84 ◦ green 53 ◦ blue 174

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

Shades of Purple Heart #5435AE

Tints of Purple Heart #5435AE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 27.01%
G = 17.04%
B = 55.95%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5435AE (or 0x5435AE) is known color: Purple Heart. HEX triplet: 54, 35 and AE. RGB value is (84,53,174). Sum of RGB (Red+Green+Blue) = 84+53+174=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #5435AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5435AE is #ABCA51. Grayscale: #4B4B4B. Windows color (decimal): -11258450 or 11416916. OLE color: 11416916.

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

Color convert

RGB 84 53 174 -
CMYK 0.52 0.70 0 0.32
HSL 255.37º 0.53% 0.45% -
HSV(B) 255.37º 0.7% 0.68% -
XYZ 12.57 7.49 40.83 -
YUV 76.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 84 53 174 0.52 0.70 0 0.32 255.37 0.53 0.45
Hex 54 35 AE 34 46 0 20 FF 35 2D
Octal 124 65 256 64 106 0 40 377 65 55
Binary 1010100 110101 10101110 110100 1000110 0 100000 11111111 110101 101101

Color Harmonies of #5435AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5435AE

Black with #5435AE

Text Example


Text Example

White with #5435AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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