Html Css Color HEX #512CE0 Han Purple

📋 copy color: '#512CE0'

red 81 ◦ green 44 ◦ blue 224

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

Shades of Han Purple #512CE0

Tints of Han Purple #512CE0

RGB

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

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

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

R = 23.21%
G = 12.61%
B = 64.18%

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

#512CE0 (or 0x512CE0) is known color: Han Purple. HEX triplet: 51, 2C and E0. RGB value is (81,44,224). Sum of RGB (Red+Green+Blue) = 81+44+224=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #512CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CE0 is #AED31F. Grayscale: #4A4A4A. Windows color (decimal): -11457312 or 14691409. OLE color: 14691409.

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

Color convert

RGB 81 44 224 -
CMYK 0.64 0.80 0 0.12
HSL 252.33º 0.74% 0.53% -
HSV(B) 252.33º 0.8% 0.88% -
XYZ 17.75 8.93 71.31 -
YUV 75.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 81 44 224 0.64 0.80 0 0.12 252.33 0.74 0.53
Hex 51 2C E0 40 50 0 C FC 4A 35
Octal 121 54 340 100 120 0 14 374 112 65
Binary 1010001 101100 11100000 1000000 1010000 0 1100 11111100 1001010 110101

Color Harmonies of #512CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CE0

Black with #512CE0

Text Example


Text Example

White with #512CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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