Html Css Color HEX #513BDB Purple Heart

📋 copy color: '#513BDB'

red 81 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #513BDB

Tints of Purple Heart #513BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 22.56%
G = 16.43%
B = 61%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#513BDB (or 0x513BDB) is known color: Purple Heart. HEX triplet: 51, 3B and DB. RGB value is (81,59,219). Sum of RGB (Red+Green+Blue) = 81+59+219=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #513BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BDB is #AEC424. Grayscale: #535353. Windows color (decimal): -11453477 or 14367569. OLE color: 14367569.

HSL color Cylindrical-coordinate representation of color #513BDB: hue angle of 248.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513BDB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 59 219 -
CMYK 0.63 0.73 0 0.14
HSL 248.25º 0.69% 0.55% -
HSV(B) 248.25º 0.73% 0.86% -
XYZ 17.74 9.99 68.01 -
YUV 83.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 81 59 219 0.63 0.73 0 0.14 248.25 0.69 0.55
Hex 51 3B DB 3F 49 0 E F8 45 37
Octal 121 73 333 77 111 0 16 370 105 67
Binary 1010001 111011 11011011 111111 1001001 0 1110 11111000 1000101 110111

Color Harmonies of #513BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BDB

Black with #513BDB

Text Example


Text Example

White with #513BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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