Html Css Color HEX #512FE0 Han Purple

📋 copy color: '#512FE0'

red 81 ◦ green 47 ◦ blue 224

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

Shades of Han Purple #512FE0

Tints of Han Purple #512FE0

RGB

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

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

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

R = 23.01%
G = 13.35%
B = 63.64%

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

#512FE0 (or 0x512FE0) is known color: Han Purple. HEX triplet: 51, 2F and E0. RGB value is (81,47,224). Sum of RGB (Red+Green+Blue) = 81+47+224=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #512FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FE0 is #AED01F. Grayscale: #4C4C4C. Windows color (decimal): -11456544 or 14692177. OLE color: 14692177.

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

Color convert

RGB 81 47 224 -
CMYK 0.64 0.79 0 0.12
HSL 251.53º 0.74% 0.53% -
HSV(B) 251.53º 0.79% 0.88% -
XYZ 17.86 9.16 71.35 -
YUV 77.34 210.76 130.61 -
System Red Green Blue C M Y K H S L
Decimal 81 47 224 0.64 0.79 0 0.12 251.53 0.74 0.53
Hex 51 2F E0 40 4F 0 C FC 4A 35
Octal 121 57 340 100 117 0 14 374 112 65
Binary 1010001 101111 11100000 1000000 1001111 0 1100 11111100 1001010 110101

Color Harmonies of #512FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FE0

Black with #512FE0

Text Example


Text Example

White with #512FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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