Html Css Color HEX #512DDB Purple Heart

📋 copy color: '#512DDB'

red 81 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #512DDB

Tints of Purple Heart #512DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.04%

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

R = 23.48%
G = 13.04%
B = 63.48%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512DDB (or 0x512DDB) is known color: Purple Heart. HEX triplet: 51, 2D and DB. RGB value is (81,45,219). Sum of RGB (Red+Green+Blue) = 81+45+219=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #512DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDB is #AED224. Grayscale: #4A4A4A. Windows color (decimal): -11457061 or 14363985. OLE color: 14363985.

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

Color convert

RGB 81 45 219 -
CMYK 0.63 0.79 0 0.14
HSL 252.41º 0.71% 0.52% -
HSV(B) 252.41º 0.79% 0.86% -
XYZ 17.12 8.74 67.8 -
YUV 75.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 81 45 219 0.63 0.79 0 0.14 252.41 0.71 0.52
Hex 51 2D DB 3F 4F 0 E FC 47 34
Octal 121 55 333 77 117 0 16 374 107 64
Binary 1010001 101101 11011011 111111 1001111 0 1110 11111100 1000111 110100

Color Harmonies of #512DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DDB

Black with #512DDB

Text Example


Text Example

White with #512DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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