Html Css Color HEX #5124BB Purple Heart

📋 copy color: '#5124BB'

red 81 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #5124BB

Tints of Purple Heart #5124BB

RGB

 RED value IS 81 (32.03% from 255) = 26.64%

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 26.64%
G = 11.84%
B = 61.51%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5124BB (or 0x5124BB) is known color: Purple Heart. HEX triplet: 51, 24 and BB. RGB value is (81,36,187). Sum of RGB (Red+Green+Blue) = 81+36+187=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #5124BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5124BB is #AEDB44. Grayscale: #424242. Windows color (decimal): -11459397 or 12264529. OLE color: 12264529.

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

Color convert

RGB 81 36 187 -
CMYK 0.57 0.81 0 0.27
HSL 257.88º 0.68% 0.44% -
HSV(B) 257.88º 0.81% 0.73% -
XYZ 12.99 6.6 47.6 -
YUV 66.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 81 36 187 0.57 0.81 0 0.27 257.88 0.68 0.44
Hex 51 24 BB 39 51 0 1B 102 44 2C
Octal 121 44 273 71 121 0 33 402 104 54
Binary 1010001 100100 10111011 111001 1010001 0 11011 100000010 1000100 101100

Color Harmonies of #5124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5124BB

Black with #5124BB

Text Example


Text Example

White with #5124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,36,187); }

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

background-color css

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

 a { background-color: rgb(81,36,187); }

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

border-color css

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

 span { border-color: rgb(81,36,187); }

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