Html Css Color HEX #512FE1 Han Purple

📋 copy color: '#512FE1'

red 81 ◦ green 47 ◦ blue 225

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

Shades of Han Purple #512FE1

Tints of Han Purple #512FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

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

R = 22.95%
G = 13.31%
B = 63.74%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#512FE1 (or 0x512FE1) is known color: Han Purple. HEX triplet: 51, 2F and E1. RGB value is (81,47,225). Sum of RGB (Red+Green+Blue) = 81+47+225=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #512FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FE1 is #AED01E. Grayscale: #4C4C4C. Windows color (decimal): -11456543 or 14757713. OLE color: 14757713.

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

Color convert

RGB 81 47 225 -
CMYK 0.64 0.79 0 0.12
HSL 251.46º 0.75% 0.53% -
HSV(B) 251.46º 0.79% 0.88% -
XYZ 18 9.22 72.06 -
YUV 77.46 211.26 130.53 -
System Red Green Blue C M Y K H S L
Decimal 81 47 225 0.64 0.79 0 0.12 251.46 0.75 0.53
Hex 51 2F E1 40 4F 0 C FB 4B 35
Octal 121 57 341 100 117 0 14 373 113 65
Binary 1010001 101111 11100001 1000000 1001111 0 1100 11111011 1001011 110101

Color Harmonies of #512FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FE1

Black with #512FE1

Text Example


Text Example

White with #512FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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