Html Css Color HEX #512ADB Purple Heart

📋 copy color: '#512ADB'

red 81 ◦ green 42 ◦ blue 219

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

Shades of Purple Heart #512ADB

Tints of Purple Heart #512ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

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

R = 23.68%
G = 12.28%
B = 64.04%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512ADB (or 0x512ADB) is known color: Purple Heart. HEX triplet: 51, 2A and DB. RGB value is (81,42,219). Sum of RGB (Red+Green+Blue) = 81+42+219=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #512ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADB is #AED524. Grayscale: #494949. Windows color (decimal): -11457829 or 14363217. OLE color: 14363217.

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

Color convert

RGB 81 42 219 -
CMYK 0.63 0.81 0 0.14
HSL 253.22º 0.71% 0.51% -
HSV(B) 253.22º 0.81% 0.86% -
XYZ 17.01 8.52 67.77 -
YUV 73.84 209.92 133.11 -
System Red Green Blue C M Y K H S L
Decimal 81 42 219 0.63 0.81 0 0.14 253.22 0.71 0.51
Hex 51 2A DB 3F 51 0 E FD 47 33
Octal 121 52 333 77 121 0 16 375 107 63
Binary 1010001 101010 11011011 111111 1010001 0 1110 11111101 1000111 110011

Color Harmonies of #512ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ADB

Black with #512ADB

Text Example


Text Example

White with #512ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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