Html Css Color HEX #512DE0 Han Purple

📋 copy color: '#512DE0'

red 81 ◦ green 45 ◦ blue 224

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

Shades of Han Purple #512DE0

Tints of Han Purple #512DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64%

R = 23.14%
G = 12.86%
B = 64%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#512DE0 (or 0x512DE0) is known color: Han Purple. HEX triplet: 51, 2D and E0. RGB value is (81,45,224). Sum of RGB (Red+Green+Blue) = 81+45+224=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #512DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DE0 is #AED21F. Grayscale: #4B4B4B. Windows color (decimal): -11457056 or 14691665. OLE color: 14691665.

HSL color Cylindrical-coordinate representation of color #512DE0: hue angle of 252.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512DE0 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 45 224 -
CMYK 0.64 0.80 0 0.12
HSL 252.07º 0.74% 0.53% -
HSV(B) 252.07º 0.8% 0.88% -
XYZ 17.79 9.01 71.32 -
YUV 76.17 211.43 131.45 -
System Red Green Blue C M Y K H S L
Decimal 81 45 224 0.64 0.80 0 0.12 252.07 0.74 0.53
Hex 51 2D E0 40 50 0 C FC 4A 35
Octal 121 55 340 100 120 0 14 374 112 65
Binary 1010001 101101 11100000 1000000 1010000 0 1100 11111100 1001010 110101

Color Harmonies of #512DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DE0

Black with #512DE0

Text Example


Text Example

White with #512DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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