Html Css Color HEX #5007BB Purple Heart

📋 copy color: '#5007BB'

red 80 ◦ green 7 ◦ blue 187

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

Shades of Purple Heart #5007BB

Tints of Purple Heart #5007BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 29.2%
G = 2.55%
B = 68.25%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5007BB (or 0x5007BB) is known color: Purple Heart. HEX triplet: 50, 07 and BB. RGB value is (80,7,187). Sum of RGB (Red+Green+Blue) = 80+7+187=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #5007BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BB is #AFF844. Grayscale: #303030. Windows color (decimal): -11532357 or 12257104. OLE color: 12257104.

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

Color convert

RGB 80 7 187 -
CMYK 0.57 0.96 0 0.27
HSL 264.33º 0.93% 0.38% -
HSV(B) 264.33º 0.96% 0.73% -
XYZ 12.35 5.45 47.41 -
YUV 49.35 205.68 149.86 -
System Red Green Blue C M Y K H S L
Decimal 80 7 187 0.57 0.96 0 0.27 264.33 0.93 0.38
Hex 50 7 BB 39 60 0 1B 108 5D 26
Octal 120 7 273 71 140 0 33 410 135 46
Binary 1010000 111 10111011 111001 1100000 0 11011 100001000 1011101 100110

Color Harmonies of #5007BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5007BB

Black with #5007BB

Text Example


Text Example

White with #5007BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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