Html Css Color HEX #5029BA Purple Heart

📋 copy color: '#5029BA'

red 80 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #5029BA

Tints of Purple Heart #5029BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 26.06%
G = 13.36%
B = 60.59%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5029BA (or 0x5029BA) is known color: Purple Heart. HEX triplet: 50, 29 and BA. RGB value is (80,41,186). Sum of RGB (Red+Green+Blue) = 80+41+186=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #5029BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5029BA is #AFD645. Grayscale: #444444. Windows color (decimal): -11523654 or 12200272. OLE color: 12200272.

HSL color Cylindrical-coordinate representation of color #5029BA: hue angle of 256.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5029BA is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 41 186 -
CMYK 0.57 0.78 0 0.27
HSL 256.14º 0.64% 0.45% -
HSV(B) 256.14º 0.78% 0.73% -
XYZ 12.96 6.84 47.09 -
YUV 69.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 80 41 186 0.57 0.78 0 0.27 256.14 0.64 0.45
Hex 50 29 BA 39 4E 0 1B 100 40 2D
Octal 120 51 272 71 116 0 33 400 100 55
Binary 1010000 101001 10111010 111001 1001110 0 11011 100000000 1000000 101101

Color Harmonies of #5029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029BA

Black with #5029BA

Text Example


Text Example

White with #5029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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