Html Css Color HEX #5131D6 Purple Heart

📋 copy color: '#5131D6'

red 81 ◦ green 49 ◦ blue 214

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

Shades of Purple Heart #5131D6

Tints of Purple Heart #5131D6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 23.55%
G = 14.24%
B = 62.21%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5131D6 (or 0x5131D6) is known color: Purple Heart. HEX triplet: 51, 31 and D6. RGB value is (81,49,214). Sum of RGB (Red+Green+Blue) = 81+49+214=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #5131D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131D6 is #AECE29. Grayscale: #4C4C4C. Windows color (decimal): -11456042 or 14037329. OLE color: 14037329.

HSL color Cylindrical-coordinate representation of color #5131D6: hue angle of 251.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5131D6 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 49 214 -
CMYK 0.62 0.77 0 0.16
HSL 251.64º 0.67% 0.52% -
HSV(B) 251.64º 0.77% 0.84% -
XYZ 16.63 8.8 64.44 -
YUV 77.38 205.1 130.58 -
System Red Green Blue C M Y K H S L
Decimal 81 49 214 0.62 0.77 0 0.16 251.64 0.67 0.52
Hex 51 31 D6 3E 4D 0 10 FC 43 34
Octal 121 61 326 76 115 0 20 374 103 64
Binary 1010001 110001 11010110 111110 1001101 0 10000 11111100 1000011 110100

Color Harmonies of #5131D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5131D6

Black with #5131D6

Text Example


Text Example

White with #5131D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5131D6; }

 p { color: rgb(81,49,214); }

 H1.HeaderClassName
 {
   color: #5131D6;
 }
 .AnyTagClassName
 {
   color: #5131D6;
 }
</style>

background-color css

<style>
 a { background-color: #5131D6; }

 a { background-color: rgb(81,49,214); }

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

border-color css

<style>
 span { border-color: #5131D6; }

 span { border-color: rgb(81,49,214); }

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