Html Css Color HEX #500BAE Purple Heart

📋 copy color: '#500BAE'

red 80 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #500BAE

Tints of Purple Heart #500BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 30.19%
G = 4.15%
B = 65.66%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#500BAE (or 0x500BAE) is known color: Purple Heart. HEX triplet: 50, 0B and AE. RGB value is (80,11,174). Sum of RGB (Red+Green+Blue) = 80+11+174=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #500BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500BAE is #AFF451. Grayscale: #313131. Windows color (decimal): -11531346 or 11406160. OLE color: 11406160.

HSL color Cylindrical-coordinate representation of color #500BAE: hue angle of 265.4º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BAE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 11 174 -
CMYK 0.54 0.94 0 0.32
HSL 265.4º 0.88% 0.36% -
HSV(B) 265.4º 0.94% 0.68% -
XYZ 11.07 5 40.43 -
YUV 50.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 80 11 174 0.54 0.94 0 0.32 265.4 0.88 0.36
Hex 50 B AE 36 5E 0 20 109 58 24
Octal 120 13 256 66 136 0 40 411 130 44
Binary 1010000 1011 10101110 110110 1011110 0 100000 100001001 1011000 100100

Color Harmonies of #500BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BAE

Black with #500BAE

Text Example


Text Example

White with #500BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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