Html Css Color HEX #513BD6 Purple Heart

📋 copy color: '#513BD6'

red 81 ◦ green 59 ◦ blue 214

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

Shades of Purple Heart #513BD6

Tints of Purple Heart #513BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

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

R = 22.88%
G = 16.67%
B = 60.45%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#513BD6 (or 0x513BD6) is known color: Purple Heart. HEX triplet: 51, 3B and D6. RGB value is (81,59,214). Sum of RGB (Red+Green+Blue) = 81+59+214=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #513BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BD6 is #AEC429. Grayscale: #525252. Windows color (decimal): -11453482 or 14039889. OLE color: 14039889.

HSL color Cylindrical-coordinate representation of color #513BD6: hue angle of 248.52º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513BD6 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 59 214 -
CMYK 0.62 0.72 0 0.16
HSL 248.52º 0.65% 0.54% -
HSV(B) 248.52º 0.72% 0.84% -
XYZ 17.09 9.73 64.6 -
YUV 83.25 201.79 126.4 -
System Red Green Blue C M Y K H S L
Decimal 81 59 214 0.62 0.72 0 0.16 248.52 0.65 0.54
Hex 51 3B D6 3E 48 0 10 F9 41 36
Octal 121 73 326 76 110 0 20 371 101 66
Binary 1010001 111011 11010110 111110 1001000 0 10000 11111001 1000001 110110

Color Harmonies of #513BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BD6

Black with #513BD6

Text Example


Text Example

White with #513BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513BD6; }

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

 H1.HeaderClassName
 {
   color: #513BD6;
 }
 .AnyTagClassName
 {
   color: #513BD6;
 }
</style>

background-color css

<style>
 a { background-color: #513BD6; }

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

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

border-color css

<style>
 span { border-color: #513BD6; }

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

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