Html Css Color HEX #512CD5 Purple Heart

📋 copy color: '#512CD5'

red 81 ◦ green 44 ◦ blue 213

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

Shades of Purple Heart #512CD5

Tints of Purple Heart #512CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 23.96%
G = 13.02%
B = 63.02%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#512CD5 (or 0x512CD5) is known color: Purple Heart. HEX triplet: 51, 2C and D5. RGB value is (81,44,213). Sum of RGB (Red+Green+Blue) = 81+44+213=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #512CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CD5 is #AED32A. Grayscale: #494949. Windows color (decimal): -11457323 or 13970513. OLE color: 13970513.

HSL color Cylindrical-coordinate representation of color #512CD5: hue angle of 253.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512CD5 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 44 213 -
CMYK 0.62 0.79 0 0.16
HSL 253.14º 0.67% 0.5% -
HSV(B) 253.14º 0.79% 0.84% -
XYZ 16.3 8.35 63.7 -
YUV 74.33 206.26 132.76 -
System Red Green Blue C M Y K H S L
Decimal 81 44 213 0.62 0.79 0 0.16 253.14 0.67 0.5
Hex 51 2C D5 3E 4F 0 10 FD 43 32
Octal 121 54 325 76 117 0 20 375 103 62
Binary 1010001 101100 11010101 111110 1001111 0 10000 11111101 1000011 110010

Color Harmonies of #512CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CD5

Black with #512CD5

Text Example


Text Example

White with #512CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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