Html Css Color HEX #5435AC Purple Heart

📋 copy color: '#5435AC'

red 84 ◦ green 53 ◦ blue 172

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

Shades of Purple Heart #5435AC

Tints of Purple Heart #5435AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 27.18%
G = 17.15%
B = 55.66%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5435AC (or 0x5435AC) is known color: Purple Heart. HEX triplet: 54, 35 and AC. RGB value is (84,53,172). Sum of RGB (Red+Green+Blue) = 84+53+172=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #5435AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5435AC is #ABCA53. Grayscale: #4B4B4B. Windows color (decimal): -11258452 or 11285844. OLE color: 11285844.

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

Color convert

RGB 84 53 172 -
CMYK 0.51 0.69 0 0.33
HSL 255.63º 0.53% 0.44% -
HSV(B) 255.63º 0.69% 0.67% -
XYZ 12.38 7.41 39.81 -
YUV 75.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 84 53 172 0.51 0.69 0 0.33 255.63 0.53 0.44
Hex 54 35 AC 33 45 0 21 100 35 2C
Octal 124 65 254 63 105 0 41 400 65 54
Binary 1010100 110101 10101100 110011 1000101 0 100001 100000000 110101 101100

Color Harmonies of #5435AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5435AC

Black with #5435AC

Text Example


Text Example

White with #5435AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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