Html Css Color HEX #5016BD Purple Heart

📋 copy color: '#5016BD'

red 80 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #5016BD

Tints of Purple Heart #5016BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 27.49%
G = 7.56%
B = 64.95%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5016BD (or 0x5016BD) is known color: Purple Heart. HEX triplet: 50, 16 and BD. RGB value is (80,22,189). Sum of RGB (Red+Green+Blue) = 80+22+189=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #5016BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016BD is #AFE942. Grayscale: #393939. Windows color (decimal): -11528515 or 12392016. OLE color: 12392016.

HSL color Cylindrical-coordinate representation of color #5016BD: hue angle of 260.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5016BD is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 22 189 -
CMYK 0.58 0.88 0 0.26
HSL 260.84º 0.79% 0.41% -
HSV(B) 260.84º 0.88% 0.74% -
XYZ 12.78 5.95 48.62 -
YUV 58.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 80 22 189 0.58 0.88 0 0.26 260.84 0.79 0.41
Hex 50 16 BD 3A 58 0 1A 105 4F 29
Octal 120 26 275 72 130 0 32 405 117 51
Binary 1010000 10110 10111101 111010 1011000 0 11010 100000101 1001111 101001

Color Harmonies of #5016BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016BD

Black with #5016BD

Text Example


Text Example

White with #5016BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5016BD; }

 p { color: rgb(80,22,189); }

 H1.HeaderClassName
 {
   color: #5016BD;
 }
 .AnyTagClassName
 {
   color: #5016BD;
 }
</style>

background-color css

<style>
 a { background-color: #5016BD; }

 a { background-color: rgb(80,22,189); }

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

border-color css

<style>
 span { border-color: #5016BD; }

 span { border-color: rgb(80,22,189); }

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