Html Css Color HEX #5115BE Purple Heart

📋 copy color: '#5115BE'

red 81 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #5115BE

Tints of Purple Heart #5115BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 27.74%
G = 7.19%
B = 65.07%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5115BE (or 0x5115BE) is known color: Purple Heart. HEX triplet: 51, 15 and BE. RGB value is (81,21,190). Sum of RGB (Red+Green+Blue) = 81+21+190=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #5115BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115BE is #AEEA41. Grayscale: #393939. Windows color (decimal): -11463234 or 12457297. OLE color: 12457297.

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

Color convert

RGB 81 21 190 -
CMYK 0.57 0.89 0 0.25
HSL 261.3º 0.8% 0.41% -
HSV(B) 261.3º 0.89% 0.75% -
XYZ 12.96 6 49.19 -
YUV 58.21 202.38 144.26 -
System Red Green Blue C M Y K H S L
Decimal 81 21 190 0.57 0.89 0 0.25 261.3 0.8 0.41
Hex 51 15 BE 39 59 0 19 105 50 29
Octal 121 25 276 71 131 0 31 405 120 51
Binary 1010001 10101 10111110 111001 1011001 0 11001 100000101 1010000 101001

Color Harmonies of #5115BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5115BE

Black with #5115BE

Text Example


Text Example

White with #5115BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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