Html Css Color HEX #5513BE Purple Heart

📋 copy color: '#5513BE'

red 85 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #5513BE

Tints of Purple Heart #5513BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 28.91%
G = 6.46%
B = 64.63%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5513BE (or 0x5513BE) is known color: Purple Heart. HEX triplet: 55, 13 and BE. RGB value is (85,19,190). Sum of RGB (Red+Green+Blue) = 85+19+190=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #5513BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513BE is #AAEC41. Grayscale: #393939. Windows color (decimal): -11201602 or 12456789. OLE color: 12456789.

HSL color Cylindrical-coordinate representation of color #5513BE: hue angle of 263.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5513BE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 19 190 -
CMYK 0.55 0.90 0 0.25
HSL 263.16º 0.82% 0.41% -
HSV(B) 263.16º 0.9% 0.75% -
XYZ 13.27 6.11 49.2 -
YUV 58.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 85 19 190 0.55 0.90 0 0.25 263.16 0.82 0.41
Hex 55 13 BE 37 5A 0 19 107 52 29
Octal 125 23 276 67 132 0 31 407 122 51
Binary 1010101 10011 10111110 110111 1011010 0 11001 100000111 1010010 101001

Color Harmonies of #5513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513BE

Black with #5513BE

Text Example


Text Example

White with #5513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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