Html Css Color HEX #512BDB Purple Heart

📋 copy color: '#512BDB'

red 81 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #512BDB

Tints of Purple Heart #512BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

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

R = 23.62%
G = 12.54%
B = 63.85%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512BDB (or 0x512BDB) is known color: Purple Heart. HEX triplet: 51, 2B and DB. RGB value is (81,43,219). Sum of RGB (Red+Green+Blue) = 81+43+219=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #512BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDB is #AED424. Grayscale: #494949. Windows color (decimal): -11457573 or 14363473. OLE color: 14363473.

HSL color Cylindrical-coordinate representation of color #512BDB: hue angle of 252.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512BDB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 43 219 -
CMYK 0.63 0.80 0 0.14
HSL 252.95º 0.71% 0.51% -
HSV(B) 252.95º 0.8% 0.86% -
XYZ 17.04 8.59 67.78 -
YUV 74.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 81 43 219 0.63 0.80 0 0.14 252.95 0.71 0.51
Hex 51 2B DB 3F 50 0 E FD 47 33
Octal 121 53 333 77 120 0 16 375 107 63
Binary 1010001 101011 11011011 111111 1010000 0 1110 11111101 1000111 110011

Color Harmonies of #512BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BDB

Black with #512BDB

Text Example


Text Example

White with #512BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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