Html Css Color HEX #512DDC Purple Heart

📋 copy color: '#512DDC'

red 81 ◦ green 45 ◦ blue 220

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

Shades of Purple Heart #512DDC

Tints of Purple Heart #512DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 23.41%
G = 13.01%
B = 63.58%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512DDC (or 0x512DDC) is known color: Purple Heart. HEX triplet: 51, 2D and DC. RGB value is (81,45,220). Sum of RGB (Red+Green+Blue) = 81+45+220=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #512DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDC is #AED223. Grayscale: #4B4B4B. Windows color (decimal): -11457060 or 14429521. OLE color: 14429521.

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

Color convert

RGB 81 45 220 -
CMYK 0.63 0.80 0 0.14
HSL 252.34º 0.71% 0.52% -
HSV(B) 252.34º 0.8% 0.86% -
XYZ 17.25 8.79 68.5 -
YUV 75.71 209.43 131.77 -
System Red Green Blue C M Y K H S L
Decimal 81 45 220 0.63 0.80 0 0.14 252.34 0.71 0.52
Hex 51 2D DC 3F 50 0 E FC 47 34
Octal 121 55 334 77 120 0 16 374 107 64
Binary 1010001 101101 11011100 111111 1010000 0 1110 11111100 1000111 110100

Color Harmonies of #512DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DDC

Black with #512DDC

Text Example


Text Example

White with #512DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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