Html Css Color HEX #5029BB Purple Heart

📋 copy color: '#5029BB'

red 80 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #5029BB

Tints of Purple Heart #5029BB

RGB

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

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

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

R = 25.97%
G = 13.31%
B = 60.71%

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

#5029BB (or 0x5029BB) is known color: Purple Heart. HEX triplet: 50, 29 and BB. RGB value is (80,41,187). Sum of RGB (Red+Green+Blue) = 80+41+187=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #5029BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5029BB is #AFD644. Grayscale: #444444. Windows color (decimal): -11523653 or 12265808. OLE color: 12265808.

HSL color Cylindrical-coordinate representation of color #5029BB: hue angle of 256.03º 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 #5029BB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 41 187 -
CMYK 0.57 0.78 0 0.27
HSL 256.03º 0.64% 0.45% -
HSV(B) 256.03º 0.78% 0.73% -
XYZ 13.07 6.88 47.65 -
YUV 69.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 80 41 187 0.57 0.78 0 0.27 256.03 0.64 0.45
Hex 50 29 BB 39 4E 0 1B 100 40 2D
Octal 120 51 273 71 116 0 33 400 100 55
Binary 1010000 101001 10111011 111001 1001110 0 11011 100000000 1000000 101101

Color Harmonies of #5029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029BB

Black with #5029BB

Text Example


Text Example

White with #5029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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