Html Css Color HEX #5013D0 Purple Heart

📋 copy color: '#5013D0'

red 80 ◦ green 19 ◦ blue 208

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

Shades of Purple Heart #5013D0

Tints of Purple Heart #5013D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.75%

R = 26.06%
G = 6.19%
B = 67.75%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5013D0 (or 0x5013D0) is known color: Purple Heart. HEX triplet: 50, 13 and D0. RGB value is (80,19,208). Sum of RGB (Red+Green+Blue) = 80+19+208=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #5013D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013D0 is #AFEC2F. Grayscale: #3A3A3A. Windows color (decimal): -11529264 or 13636432. OLE color: 13636432.

HSL color Cylindrical-coordinate representation of color #5013D0: hue angle of 259.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5013D0 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 19 208 -
CMYK 0.62 0.91 0 0.18
HSL 259.37º 0.83% 0.45% -
HSV(B) 259.37º 0.91% 0.82% -
XYZ 14.93 6.73 60.19 -
YUV 58.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 80 19 208 0.62 0.91 0 0.18 259.37 0.83 0.45
Hex 50 13 D0 3E 5B 0 12 103 53 2D
Octal 120 23 320 76 133 0 22 403 123 55
Binary 1010000 10011 11010000 111110 1011011 0 10010 100000011 1010011 101101

Color Harmonies of #5013D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013D0

Black with #5013D0

Text Example


Text Example

White with #5013D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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