Html Css Color HEX #512EDC Purple Heart

📋 copy color: '#512EDC'

red 81 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #512EDC

Tints of Purple Heart #512EDC

RGB

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

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

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

R = 23.34%
G = 13.26%
B = 63.4%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#512EDC (or 0x512EDC) is known color: Purple Heart. HEX triplet: 51, 2E and DC. RGB value is (81,46,220). Sum of RGB (Red+Green+Blue) = 81+46+220=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #512EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EDC is #AED123. Grayscale: #4B4B4B. Windows color (decimal): -11456804 or 14429777. OLE color: 14429777.

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

Color convert

RGB 81 46 220 -
CMYK 0.63 0.79 0 0.14
HSL 252.07º 0.71% 0.52% -
HSV(B) 252.07º 0.79% 0.86% -
XYZ 17.29 8.87 68.51 -
YUV 76.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 81 46 220 0.63 0.79 0 0.14 252.07 0.71 0.52
Hex 51 2E DC 3F 4F 0 E FC 47 34
Octal 121 56 334 77 117 0 16 374 107 64
Binary 1010001 101110 11011100 111111 1001111 0 1110 11111100 1000111 110100

Color Harmonies of #512EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EDC

Black with #512EDC

Text Example


Text Example

White with #512EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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