Html Css Color HEX #512ED8 Purple Heart

📋 copy color: '#512ED8'

red 81 ◦ green 46 ◦ blue 216

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

Shades of Purple Heart #512ED8

Tints of Purple Heart #512ED8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 216 (84.77% from 255) = 62.97%

R = 23.62%
G = 13.41%
B = 62.97%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#512ED8 (or 0x512ED8) is known color: Purple Heart. HEX triplet: 51, 2E and D8. RGB value is (81,46,216). Sum of RGB (Red+Green+Blue) = 81+46+216=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #512ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ED8 is #AED127. Grayscale: #4B4B4B. Windows color (decimal): -11456808 or 14167633. OLE color: 14167633.

HSL color Cylindrical-coordinate representation of color #512ED8: hue angle of 252.35º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512ED8 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 46 216 -
CMYK 0.62 0.79 0 0.15
HSL 252.35º 0.69% 0.51% -
HSV(B) 252.35º 0.79% 0.85% -
XYZ 16.77 8.66 65.75 -
YUV 75.85 207.1 131.68 -
System Red Green Blue C M Y K H S L
Decimal 81 46 216 0.62 0.79 0 0.15 252.35 0.69 0.51
Hex 51 2E D8 3E 4F 0 F FC 45 33
Octal 121 56 330 76 117 0 17 374 105 63
Binary 1010001 101110 11011000 111110 1001111 0 1111 11111100 1000101 110011

Color Harmonies of #512ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ED8

Black with #512ED8

Text Example


Text Example

White with #512ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,216); }

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

background-color css

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

 a { background-color: rgb(81,46,216); }

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

border-color css

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

 span { border-color: rgb(81,46,216); }

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