Html Css Color HEX #500DB2 Purple Heart

📋 copy color: '#500DB2'

red 80 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #500DB2

Tints of Purple Heart #500DB2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 29.52%
G = 4.8%
B = 65.68%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#500DB2 (or 0x500DB2) is known color: Purple Heart. HEX triplet: 50, 0D and B2. RGB value is (80,13,178). Sum of RGB (Red+Green+Blue) = 80+13+178=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #500DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DB2 is #AFF24D. Grayscale: #333333. Windows color (decimal): -11530830 or 11668816. OLE color: 11668816.

HSL color Cylindrical-coordinate representation of color #500DB2: hue angle of 264.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500DB2 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 13 178 -
CMYK 0.55 0.93 0 0.30
HSL 264.36º 0.86% 0.37% -
HSV(B) 264.36º 0.93% 0.7% -
XYZ 11.49 5.21 42.52 -
YUV 51.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 80 13 178 0.55 0.93 0 0.30 264.36 0.86 0.37
Hex 50 D B2 37 5D 0 1E 108 56 25
Octal 120 15 262 67 135 0 36 410 126 45
Binary 1010000 1101 10110010 110111 1011101 0 11110 100001000 1010110 100101

Color Harmonies of #500DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DB2

Black with #500DB2

Text Example


Text Example

White with #500DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500DB2; }

 p { color: rgb(80,13,178); }

 H1.HeaderClassName
 {
   color: #500DB2;
 }
 .AnyTagClassName
 {
   color: #500DB2;
 }
</style>

background-color css

<style>
 a { background-color: #500DB2; }

 a { background-color: rgb(80,13,178); }

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

border-color css

<style>
 span { border-color: #500DB2; }

 span { border-color: rgb(80,13,178); }

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