Html Css Color HEX #512EE0 Han Purple

📋 copy color: '#512EE0'

red 81 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #512EE0

Tints of Han Purple #512EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.11%

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

R = 23.08%
G = 13.11%
B = 63.82%

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

#512EE0 (or 0x512EE0) is known color: Han Purple. HEX triplet: 51, 2E and E0. RGB value is (81,46,224). Sum of RGB (Red+Green+Blue) = 81+46+224=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #512EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EE0 is #AED11F. Grayscale: #4C4C4C. Windows color (decimal): -11456800 or 14691921. OLE color: 14691921.

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

Color convert

RGB 81 46 224 -
CMYK 0.64 0.79 0 0.12
HSL 251.8º 0.74% 0.53% -
HSV(B) 251.8º 0.79% 0.88% -
XYZ 17.82 9.09 71.34 -
YUV 76.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 81 46 224 0.64 0.79 0 0.12 251.8 0.74 0.53
Hex 51 2E E0 40 4F 0 C FC 4A 35
Octal 121 56 340 100 117 0 14 374 112 65
Binary 1010001 101110 11100000 1000000 1001111 0 1100 11111100 1001010 110101

Color Harmonies of #512EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EE0

Black with #512EE0

Text Example


Text Example

White with #512EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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