Html Css Color HEX #513BD1 Purple Heart

📋 copy color: '#513BD1'

red 81 ◦ green 59 ◦ blue 209

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

Shades of Purple Heart #513BD1

Tints of Purple Heart #513BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.89%

R = 23.21%
G = 16.91%
B = 59.89%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#513BD1 (or 0x513BD1) is known color: Purple Heart. HEX triplet: 51, 3B and D1. RGB value is (81,59,209). Sum of RGB (Red+Green+Blue) = 81+59+209=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #513BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BD1 is #AEC42E. Grayscale: #525252. Windows color (decimal): -11453487 or 13712209. OLE color: 13712209.

HSL color Cylindrical-coordinate representation of color #513BD1: hue angle of 248.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513BD1 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 59 209 -
CMYK 0.61 0.72 0 0.18
HSL 248.8º 0.62% 0.53% -
HSV(B) 248.8º 0.72% 0.82% -
XYZ 16.47 9.48 61.28 -
YUV 82.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 81 59 209 0.61 0.72 0 0.18 248.8 0.62 0.53
Hex 51 3B D1 3D 48 0 12 F9 3E 35
Octal 121 73 321 75 110 0 22 371 76 65
Binary 1010001 111011 11010001 111101 1001000 0 10010 11111001 111110 110101

Color Harmonies of #513BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BD1

Black with #513BD1

Text Example


Text Example

White with #513BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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