Html Css Color HEX #500AB8 Purple Heart

📋 copy color: '#500AB8'

red 80 ◦ green 10 ◦ blue 184

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

Shades of Purple Heart #500AB8

Tints of Purple Heart #500AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 184 (72.27% from 255) = 67.15%

R = 29.2%
G = 3.65%
B = 67.15%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#500AB8 (or 0x500AB8) is known color: Purple Heart. HEX triplet: 50, 0A and B8. RGB value is (80,10,184). Sum of RGB (Red+Green+Blue) = 80+10+184=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 184 (72.27% from 255 or 67.15% from 274); Max value from RGB is 184 - color contains mainly: blue. Hex color #500AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AB8 is #AFF547. Grayscale: #323232. Windows color (decimal): -11531592 or 12061264. OLE color: 12061264.

HSL color Cylindrical-coordinate representation of color #500AB8: hue angle of 264.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500AB8 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 10 184 -
CMYK 0.57 0.95 0 0.28
HSL 264.14º 0.9% 0.38% -
HSV(B) 264.14º 0.95% 0.72% -
XYZ 12.07 5.38 45.75 -
YUV 50.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 80 10 184 0.57 0.95 0 0.28 264.14 0.9 0.38
Hex 50 A B8 39 5F 0 1C 108 5A 26
Octal 120 12 270 71 137 0 34 410 132 46
Binary 1010000 1010 10111000 111001 1011111 0 11100 100001000 1011010 100110

Color Harmonies of #500AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AB8

Black with #500AB8

Text Example


Text Example

White with #500AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,10,184); }

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

background-color css

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

 a { background-color: rgb(80,10,184); }

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

border-color css

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

 span { border-color: rgb(80,10,184); }

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