Html Css Color HEX #5513B1 Purple Heart

📋 copy color: '#5513B1'

red 85 ◦ green 19 ◦ blue 177

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

Shades of Purple Heart #5513B1

Tints of Purple Heart #5513B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 62.99%

R = 30.25%
G = 6.76%
B = 62.99%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5513B1 (or 0x5513B1) is known color: Purple Heart. HEX triplet: 55, 13 and B1. RGB value is (85,19,177). Sum of RGB (Red+Green+Blue) = 85+19+177=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #5513B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5513B1 is #AAEC4E. Grayscale: #383838. Windows color (decimal): -11201615 or 11604821. OLE color: 11604821.

HSL color Cylindrical-coordinate representation of color #5513B1: hue angle of 265.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5513B1 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 19 177 -
CMYK 0.52 0.89 0 0.31
HSL 265.06º 0.81% 0.38% -
HSV(B) 265.06º 0.89% 0.69% -
XYZ 11.92 5.57 42.04 -
YUV 56.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 85 19 177 0.52 0.89 0 0.31 265.06 0.81 0.38
Hex 55 13 B1 34 59 0 1F 109 51 26
Octal 125 23 261 64 131 0 37 411 121 46
Binary 1010101 10011 10110001 110100 1011001 0 11111 100001001 1010001 100110

Color Harmonies of #5513B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513B1

Black with #5513B1

Text Example


Text Example

White with #5513B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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