Html Css Color HEX #5514AA Purple Heart

📋 copy color: '#5514AA'

red 85 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #5514AA

Tints of Purple Heart #5514AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 30.91%
G = 7.27%
B = 61.82%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5514AA (or 0x5514AA) is known color: Purple Heart. HEX triplet: 55, 14 and AA. RGB value is (85,20,170). Sum of RGB (Red+Green+Blue) = 85+20+170=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5514AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514AA is #AAEB55. Grayscale: #383838. Windows color (decimal): -11201366 or 11146325. OLE color: 11146325.

HSL color Cylindrical-coordinate representation of color #5514AA: hue angle of 266º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5514AA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 20 170 -
CMYK 0.50 0.88 0 0.33
HSL 266º 0.79% 0.37% -
HSV(B) 266º 0.88% 0.67% -
XYZ 11.25 5.33 38.47 -
YUV 56.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 85 20 170 0.50 0.88 0 0.33 266 0.79 0.37
Hex 55 14 AA 32 58 0 21 10A 4F 25
Octal 125 24 252 62 130 0 41 412 117 45
Binary 1010101 10100 10101010 110010 1011000 0 100001 100001010 1001111 100101

Color Harmonies of #5514AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514AA

Black with #5514AA

Text Example


Text Example

White with #5514AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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