Html Css Color HEX #512CD8 Purple Heart

📋 copy color: '#512CD8'

red 81 ◦ green 44 ◦ blue 216

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

Shades of Purple Heart #512CD8

Tints of Purple Heart #512CD8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 23.75%
G = 12.9%
B = 63.34%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#512CD8 (or 0x512CD8) is known color: Purple Heart. HEX triplet: 51, 2C and D8. RGB value is (81,44,216). Sum of RGB (Red+Green+Blue) = 81+44+216=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #512CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CD8 is #AED327. Grayscale: #4A4A4A. Windows color (decimal): -11457320 or 14167121. OLE color: 14167121.

HSL color Cylindrical-coordinate representation of color #512CD8: hue angle of 252.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512CD8 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 44 216 -
CMYK 0.62 0.80 0 0.15
HSL 252.91º 0.69% 0.51% -
HSV(B) 252.91º 0.8% 0.85% -
XYZ 16.69 8.51 65.73 -
YUV 74.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 81 44 216 0.62 0.80 0 0.15 252.91 0.69 0.51
Hex 51 2C D8 3E 50 0 F FD 45 33
Octal 121 54 330 76 120 0 17 375 105 63
Binary 1010001 101100 11011000 111110 1010000 0 1111 11111101 1000101 110011

Color Harmonies of #512CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CD8

Black with #512CD8

Text Example


Text Example

White with #512CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,216); }

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

background-color css

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

 a { background-color: rgb(81,44,216); }

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

border-color css

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

 span { border-color: rgb(81,44,216); }

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