Html Css Color HEX #512DD1 Purple Heart

📋 copy color: '#512DD1'

red 81 ◦ green 45 ◦ blue 209

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

Shades of Purple Heart #512DD1

Tints of Purple Heart #512DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 62.39%

R = 24.18%
G = 13.43%
B = 62.39%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#512DD1 (or 0x512DD1) is known color: Purple Heart. HEX triplet: 51, 2D and D1. RGB value is (81,45,209). Sum of RGB (Red+Green+Blue) = 81+45+209=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 209 (82.03% from 255 or 62.39% from 335); Max value from RGB is 209 - color contains mainly: blue. Hex color #512DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DD1 is #AED22E. Grayscale: #494949. Windows color (decimal): -11457071 or 13708625. OLE color: 13708625.

HSL color Cylindrical-coordinate representation of color #512DD1: hue angle of 253.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512DD1 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 45 209 -
CMYK 0.61 0.78 0 0.18
HSL 253.17º 0.65% 0.5% -
HSV(B) 253.17º 0.78% 0.82% -
XYZ 15.84 8.23 61.08 -
YUV 74.46 203.93 132.66 -
System Red Green Blue C M Y K H S L
Decimal 81 45 209 0.61 0.78 0 0.18 253.17 0.65 0.5
Hex 51 2D D1 3D 4E 0 12 FD 41 32
Octal 121 55 321 75 116 0 22 375 101 62
Binary 1010001 101101 11010001 111101 1001110 0 10010 11111101 1000001 110010

Color Harmonies of #512DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DD1

Black with #512DD1

Text Example


Text Example

White with #512DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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