Html Css Color HEX #500FBF Purple Heart

📋 copy color: '#500FBF'

red 80 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #500FBF

Tints of Purple Heart #500FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

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

R = 27.97%
G = 5.24%
B = 66.78%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#500FBF (or 0x500FBF) is known color: Purple Heart. HEX triplet: 50, 0F and BF. RGB value is (80,15,191). Sum of RGB (Red+Green+Blue) = 80+15+191=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #500FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FBF is #AFF040. Grayscale: #353535. Windows color (decimal): -11530305 or 12521296. OLE color: 12521296.

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

Color convert

RGB 80 15 191 -
CMYK 0.58 0.92 0 0.25
HSL 262.16º 0.85% 0.4% -
HSV(B) 262.16º 0.92% 0.75% -
XYZ 12.88 5.81 49.73 -
YUV 54.5 205.03 146.19 -
System Red Green Blue C M Y K H S L
Decimal 80 15 191 0.58 0.92 0 0.25 262.16 0.85 0.4
Hex 50 F BF 3A 5C 0 19 106 55 28
Octal 120 17 277 72 134 0 31 406 125 50
Binary 1010000 1111 10111111 111010 1011100 0 11001 100000110 1010101 101000

Color Harmonies of #500FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500FBF

Black with #500FBF

Text Example


Text Example

White with #500FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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