Html Css Color HEX #512CE1 Han Purple

📋 copy color: '#512CE1'

red 81 ◦ green 44 ◦ blue 225

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

Shades of Han Purple #512CE1

Tints of Han Purple #512CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.29%

R = 23.14%
G = 12.57%
B = 64.29%

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

#512CE1 (or 0x512CE1) is known color: Han Purple. HEX triplet: 51, 2C and E1. RGB value is (81,44,225). Sum of RGB (Red+Green+Blue) = 81+44+225=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #512CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CE1 is #AED31E. Grayscale: #4B4B4B. Windows color (decimal): -11457311 or 14756945. OLE color: 14756945.

HSL color Cylindrical-coordinate representation of color #512CE1: hue angle of 252.27º degrees, saturation: 0.75, 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 #512CE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 44 225 -
CMYK 0.64 0.80 0 0.12
HSL 252.27º 0.75% 0.53% -
HSV(B) 252.27º 0.8% 0.88% -
XYZ 17.88 8.99 72.03 -
YUV 75.7 212.26 131.78 -
System Red Green Blue C M Y K H S L
Decimal 81 44 225 0.64 0.80 0 0.12 252.27 0.75 0.53
Hex 51 2C E1 40 50 0 C FC 4B 35
Octal 121 54 341 100 120 0 14 374 113 65
Binary 1010001 101100 11100001 1000000 1010000 0 1100 11111100 1001011 110101

Color Harmonies of #512CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CE1

Black with #512CE1

Text Example


Text Example

White with #512CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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