Html Css Color HEX #500BBD Purple Heart

📋 copy color: '#500BBD'

red 80 ◦ green 11 ◦ blue 189

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

Shades of Purple Heart #500BBD

Tints of Purple Heart #500BBD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

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

R = 28.57%
G = 3.93%
B = 67.5%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#500BBD (or 0x500BBD) is known color: Purple Heart. HEX triplet: 50, 0B and BD. RGB value is (80,11,189). Sum of RGB (Red+Green+Blue) = 80+11+189=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #500BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BBD is #AFF442. Grayscale: #333333. Windows color (decimal): -11531331 or 12389200. OLE color: 12389200.

HSL color Cylindrical-coordinate representation of color #500BBD: hue angle of 263.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BBD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 11 189 -
CMYK 0.58 0.94 0 0.26
HSL 263.26º 0.89% 0.39% -
HSV(B) 263.26º 0.94% 0.74% -
XYZ 12.61 5.62 48.56 -
YUV 51.92 205.36 148.03 -
System Red Green Blue C M Y K H S L
Decimal 80 11 189 0.58 0.94 0 0.26 263.26 0.89 0.39
Hex 50 B BD 3A 5E 0 1A 107 59 27
Octal 120 13 275 72 136 0 32 407 131 47
Binary 1010000 1011 10111101 111010 1011110 0 11010 100000111 1011001 100111

Color Harmonies of #500BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BBD

Black with #500BBD

Text Example


Text Example

White with #500BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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