Html Css Color HEX #5007BD Purple Heart

📋 copy color: '#5007BD'

red 80 ◦ green 7 ◦ blue 189

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

Shades of Purple Heart #5007BD

Tints of Purple Heart #5007BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.48%

R = 28.99%
G = 2.54%
B = 68.48%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5007BD (or 0x5007BD) is known color: Purple Heart. HEX triplet: 50, 07 and BD. RGB value is (80,7,189). Sum of RGB (Red+Green+Blue) = 80+7+189=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #5007BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BD is #AFF842. Grayscale: #303030. Windows color (decimal): -11532355 or 12388176. OLE color: 12388176.

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

Color convert

RGB 80 7 189 -
CMYK 0.58 0.96 0 0.26
HSL 264.07º 0.93% 0.38% -
HSV(B) 264.07º 0.96% 0.74% -
XYZ 12.57 5.53 48.55 -
YUV 49.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 80 7 189 0.58 0.96 0 0.26 264.07 0.93 0.38
Hex 50 7 BD 3A 60 0 1A 108 5D 26
Octal 120 7 275 72 140 0 32 410 135 46
Binary 1010000 111 10111101 111010 1100000 0 11010 100001000 1011101 100110

Color Harmonies of #5007BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5007BD

Black with #5007BD

Text Example


Text Example

White with #5007BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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