Html Css Color HEX #5008BA Purple Heart

📋 copy color: '#5008BA'

red 80 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5008BA

Tints of Purple Heart #5008BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 29.2%
G = 2.92%
B = 67.88%

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

#5008BA (or 0x5008BA) is known color: Purple Heart. HEX triplet: 50, 08 and BA. RGB value is (80,8,186). Sum of RGB (Red+Green+Blue) = 80+8+186=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #5008BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008BA is #AFF745. Grayscale: #313131. Windows color (decimal): -11532102 or 12191824. OLE color: 12191824.

HSL color Cylindrical-coordinate representation of color #5008BA: hue angle of 264.27º degrees, saturation: 0.92, 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 #5008BA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 8 186 -
CMYK 0.57 0.96 0 0.27
HSL 264.27º 0.92% 0.38% -
HSV(B) 264.27º 0.96% 0.73% -
XYZ 12.26 5.42 46.86 -
YUV 49.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 80 8 186 0.57 0.96 0 0.27 264.27 0.92 0.38
Hex 50 8 BA 39 60 0 1B 108 5C 26
Octal 120 10 272 71 140 0 33 410 134 46
Binary 1010000 1000 10111010 111001 1100000 0 11011 100001000 1011100 100110

Color Harmonies of #5008BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008BA

Black with #5008BA

Text Example


Text Example

White with #5008BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5008BA; }

 p { color: rgb(80,8,186); }

 H1.HeaderClassName
 {
   color: #5008BA;
 }
 .AnyTagClassName
 {
   color: #5008BA;
 }
</style>

background-color css

<style>
 a { background-color: #5008BA; }

 a { background-color: rgb(80,8,186); }

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

border-color css

<style>
 span { border-color: #5008BA; }

 span { border-color: rgb(80,8,186); }

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