Html Css Color HEX #5013BB Purple Heart

📋 copy color: '#5013BB'

red 80 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #5013BB

Tints of Purple Heart #5013BB

RGB

 RED value IS 80 (31.64% from 255) = 27.97%

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

 BLUE value IS 187 (73.44% from 255) = 65.38%

R = 27.97%
G = 6.64%
B = 65.38%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5013BB (or 0x5013BB) is known color: Purple Heart. HEX triplet: 50, 13 and BB. RGB value is (80,19,187). Sum of RGB (Red+Green+Blue) = 80+19+187=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #5013BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013BB is #AFEC44. Grayscale: #373737. Windows color (decimal): -11529285 or 12260176. OLE color: 12260176.

HSL color Cylindrical-coordinate representation of color #5013BB: hue angle of 261.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5013BB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 19 187 -
CMYK 0.57 0.90 0 0.27
HSL 261.79º 0.82% 0.4% -
HSV(B) 261.79º 0.9% 0.73% -
XYZ 12.51 5.76 47.47 -
YUV 56.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 80 19 187 0.57 0.90 0 0.27 261.79 0.82 0.4
Hex 50 13 BB 39 5A 0 1B 106 52 28
Octal 120 23 273 71 132 0 33 406 122 50
Binary 1010000 10011 10111011 111001 1011010 0 11011 100000110 1010010 101000

Color Harmonies of #5013BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013BB

Black with #5013BB

Text Example


Text Example

White with #5013BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5013BB; }

 p { color: rgb(80,19,187); }

 H1.HeaderClassName
 {
   color: #5013BB;
 }
 .AnyTagClassName
 {
   color: #5013BB;
 }
</style>

background-color css

<style>
 a { background-color: #5013BB; }

 a { background-color: rgb(80,19,187); }

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

border-color css

<style>
 span { border-color: #5013BB; }

 span { border-color: rgb(80,19,187); }

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