Html Css Color HEX #512DDA Purple Heart

📋 copy color: '#512DDA'

red 81 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #512DDA

Tints of Purple Heart #512DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 23.55%
G = 13.08%
B = 63.37%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#512DDA (or 0x512DDA) is known color: Purple Heart. HEX triplet: 51, 2D and DA. RGB value is (81,45,218). Sum of RGB (Red+Green+Blue) = 81+45+218=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #512DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDA is #AED225. Grayscale: #4A4A4A. Windows color (decimal): -11457062 or 14298449. OLE color: 14298449.

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

Color convert

RGB 81 45 218 -
CMYK 0.63 0.79 0 0.15
HSL 252.49º 0.7% 0.52% -
HSV(B) 252.49º 0.79% 0.85% -
XYZ 16.99 8.69 67.11 -
YUV 75.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 81 45 218 0.63 0.79 0 0.15 252.49 0.7 0.52
Hex 51 2D DA 3F 4F 0 F FC 46 34
Octal 121 55 332 77 117 0 17 374 106 64
Binary 1010001 101101 11011010 111111 1001111 0 1111 11111100 1000110 110100

Color Harmonies of #512DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DDA

Black with #512DDA

Text Example


Text Example

White with #512DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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