Html Css Color HEX #5514A4 Purple Heart

📋 copy color: '#5514A4'

red 85 ◦ green 20 ◦ blue 164

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

Shades of Purple Heart #5514A4

Tints of Purple Heart #5514A4

RGB

 RED value IS 85 (33.59% from 255) = 31.6%

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 164 (64.45% from 255) = 60.97%

R = 31.6%
G = 7.43%
B = 60.97%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5514A4 (or 0x5514A4) is known color: Purple Heart. HEX triplet: 55, 14 and A4. RGB value is (85,20,164). Sum of RGB (Red+Green+Blue) = 85+20+164=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #5514A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514A4 is #AAEB5B. Grayscale: #373737. Windows color (decimal): -11201372 or 10753109. OLE color: 10753109.

HSL color Cylindrical-coordinate representation of color #5514A4: hue angle of 267.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5514A4 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 20 164 -
CMYK 0.48 0.88 0 0.36
HSL 267.08º 0.78% 0.36% -
HSV(B) 267.08º 0.88% 0.64% -
XYZ 10.7 5.11 35.54 -
YUV 55.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 85 20 164 0.48 0.88 0 0.36 267.08 0.78 0.36
Hex 55 14 A4 30 58 0 24 10B 4E 24
Octal 125 24 244 60 130 0 44 413 116 44
Binary 1010101 10100 10100100 110000 1011000 0 100100 100001011 1001110 100100

Color Harmonies of #5514A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514A4

Black with #5514A4

Text Example


Text Example

White with #5514A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5514A4; }

 p { color: rgb(85,20,164); }

 H1.HeaderClassName
 {
   color: #5514A4;
 }
 .AnyTagClassName
 {
   color: #5514A4;
 }
</style>

background-color css

<style>
 a { background-color: #5514A4; }

 a { background-color: rgb(85,20,164); }

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

border-color css

<style>
 span { border-color: #5514A4; }

 span { border-color: rgb(85,20,164); }

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