Html Css Color HEX #5120BE Purple Heart

📋 copy color: '#5120BE'

red 81 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #5120BE

Tints of Purple Heart #5120BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 26.73%
G = 10.56%
B = 62.71%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5120BE (or 0x5120BE) is known color: Purple Heart. HEX triplet: 51, 20 and BE. RGB value is (81,32,190). Sum of RGB (Red+Green+Blue) = 81+32+190=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #5120BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5120BE is #AEDF41. Grayscale: #404040. Windows color (decimal): -11460418 or 12460113. OLE color: 12460113.

HSL color Cylindrical-coordinate representation of color #5120BE: hue angle of 258.61º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5120BE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 32 190 -
CMYK 0.57 0.83 0 0.25
HSL 258.61º 0.71% 0.44% -
HSV(B) 258.61º 0.83% 0.75% -
XYZ 13.2 6.5 49.27 -
YUV 64.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 81 32 190 0.57 0.83 0 0.25 258.61 0.71 0.44
Hex 51 20 BE 39 53 0 19 103 47 2C
Octal 121 40 276 71 123 0 31 403 107 54
Binary 1010001 100000 10111110 111001 1010011 0 11001 100000011 1000111 101100

Color Harmonies of #5120BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5120BE

Black with #5120BE

Text Example


Text Example

White with #5120BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5120BE; }

 p { color: rgb(81,32,190); }

 H1.HeaderClassName
 {
   color: #5120BE;
 }
 .AnyTagClassName
 {
   color: #5120BE;
 }
</style>

background-color css

<style>
 a { background-color: #5120BE; }

 a { background-color: rgb(81,32,190); }

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

border-color css

<style>
 span { border-color: #5120BE; }

 span { border-color: rgb(81,32,190); }

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