Html Css Color HEX #5000BF Purple Heart

📋 copy color: '#5000BF'

red 80 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #5000BF

Tints of Purple Heart #5000BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.52%
G = 0%
B = 70.48%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5000BF (or 0x5000BF) is known color: Purple Heart. HEX triplet: 50, 00 and BF. RGB value is (80,0,191). Sum of RGB (Red+Green+Blue) = 80+0+191=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #5000BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000BF is #AFFF40. Grayscale: #2D2D2D. Windows color (decimal): -11534145 or 12517456. OLE color: 12517456.

HSL color Cylindrical-coordinate representation of color #5000BF: hue angle of 265.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000BF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 0 191 -
CMYK 0.58 1 0 0.25
HSL 265.13º 1% 0.37% -
HSV(B) 265.13º 1% 0.75% -
XYZ 12.71 5.47 49.68 -
YUV 45.69 210 152.47 -
System Red Green Blue C M Y K H S L
Decimal 80 0 191 0.58 1 0 0.25 265.13 1 0.37
Hex 50 0 BF 3A 64 0 19 109 64 25
Octal 120 0 277 72 144 0 31 411 144 45
Binary 1010000 0 10111111 111010 1100100 0 11001 100001001 1100100 100101

Color Harmonies of #5000BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000BF

Black with #5000BF

Text Example


Text Example

White with #5000BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5000BF; }

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

 H1.HeaderClassName
 {
   color: #5000BF;
 }
 .AnyTagClassName
 {
   color: #5000BF;
 }
</style>

background-color css

<style>
 a { background-color: #5000BF; }

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

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

border-color css

<style>
 span { border-color: #5000BF; }

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

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