Html Css Color HEX #5513AC Purple Heart

📋 copy color: '#5513AC'

red 85 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #5513AC

Tints of Purple Heart #5513AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 30.8%
G = 6.88%
B = 62.32%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5513AC (or 0x5513AC) is known color: Purple Heart. HEX triplet: 55, 13 and AC. RGB value is (85,19,172). Sum of RGB (Red+Green+Blue) = 85+19+172=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5513AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5513AC is #AAEC53. Grayscale: #373737. Windows color (decimal): -11201620 or 11277141. OLE color: 11277141.

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

Color convert

RGB 85 19 172 -
CMYK 0.51 0.89 0 0.33
HSL 265.88º 0.8% 0.37% -
HSV(B) 265.88º 0.89% 0.67% -
XYZ 11.43 5.38 39.47 -
YUV 56.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 85 19 172 0.51 0.89 0 0.33 265.88 0.8 0.37
Hex 55 13 AC 33 59 0 21 10A 50 25
Octal 125 23 254 63 131 0 41 412 120 45
Binary 1010101 10011 10101100 110011 1011001 0 100001 100001010 1010000 100101

Color Harmonies of #5513AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513AC

Black with #5513AC

Text Example


Text Example

White with #5513AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,19,172); }

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

background-color css

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

 a { background-color: rgb(85,19,172); }

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

border-color css

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

 span { border-color: rgb(85,19,172); }

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