Html Css Color HEX #500ABF Purple Heart

📋 copy color: '#500ABF'

red 80 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #500ABF

Tints of Purple Heart #500ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.97%

R = 28.47%
G = 3.56%
B = 67.97%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#500ABF (or 0x500ABF) is known color: Purple Heart. HEX triplet: 50, 0A and BF. RGB value is (80,10,191). Sum of RGB (Red+Green+Blue) = 80+10+191=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #500ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ABF is #AFF540. Grayscale: #323232. Windows color (decimal): -11531585 or 12520016. OLE color: 12520016.

HSL color Cylindrical-coordinate representation of color #500ABF: hue angle of 263.2º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500ABF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 10 191 -
CMYK 0.58 0.95 0 0.25
HSL 263.2º 0.9% 0.39% -
HSV(B) 263.2º 0.95% 0.75% -
XYZ 12.82 5.68 49.71 -
YUV 51.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 80 10 191 0.58 0.95 0 0.25 263.2 0.9 0.39
Hex 50 A BF 3A 5F 0 19 107 5A 27
Octal 120 12 277 72 137 0 31 407 132 47
Binary 1010000 1010 10111111 111010 1011111 0 11001 100000111 1011010 100111

Color Harmonies of #500ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ABF

Black with #500ABF

Text Example


Text Example

White with #500ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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