Html Css Color HEX #5007BF Purple Heart

📋 copy color: '#5007BF'

red 80 ◦ green 7 ◦ blue 191

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

Shades of Purple Heart #5007BF

Tints of Purple Heart #5007BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 28.78%
G = 2.52%
B = 68.71%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5007BF (or 0x5007BF) is known color: Purple Heart. HEX triplet: 50, 07 and BF. RGB value is (80,7,191). Sum of RGB (Red+Green+Blue) = 80+7+191=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #5007BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BF is #AFF840. Grayscale: #313131. Windows color (decimal): -11532353 or 12519248. OLE color: 12519248.

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

Color convert

RGB 80 7 191 -
CMYK 0.58 0.96 0 0.25
HSL 263.8º 0.93% 0.39% -
HSV(B) 263.8º 0.96% 0.75% -
XYZ 12.79 5.62 49.7 -
YUV 49.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 80 7 191 0.58 0.96 0 0.25 263.8 0.93 0.39
Hex 50 7 BF 3A 60 0 19 108 5D 27
Octal 120 7 277 72 140 0 31 410 135 47
Binary 1010000 111 10111111 111010 1100000 0 11001 100001000 1011101 100111

Color Harmonies of #5007BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5007BF

Black with #5007BF

Text Example


Text Example

White with #5007BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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