Html Css Color HEX #512ECD Purple Heart

📋 copy color: '#512ECD'

red 81 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #512ECD

Tints of Purple Heart #512ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 24.4%
G = 13.86%
B = 61.75%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#512ECD (or 0x512ECD) is known color: Purple Heart. HEX triplet: 51, 2E and CD. RGB value is (81,46,205). Sum of RGB (Red+Green+Blue) = 81+46+205=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #512ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ECD is #AED132. Grayscale: #494949. Windows color (decimal): -11456819 or 13446737. OLE color: 13446737.

HSL color Cylindrical-coordinate representation of color #512ECD: hue angle of 253.21º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512ECD is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 46 205 -
CMYK 0.60 0.78 0 0.20
HSL 253.21º 0.63% 0.49% -
HSV(B) 253.21º 0.78% 0.8% -
XYZ 15.39 8.11 58.51 -
YUV 74.59 201.6 132.57 -
System Red Green Blue C M Y K H S L
Decimal 81 46 205 0.60 0.78 0 0.20 253.21 0.63 0.49
Hex 51 2E CD 3C 4E 0 14 FD 3F 31
Octal 121 56 315 74 116 0 24 375 77 61
Binary 1010001 101110 11001101 111100 1001110 0 10100 11111101 111111 110001

Color Harmonies of #512ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ECD

Black with #512ECD

Text Example


Text Example

White with #512ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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