Html Css Color HEX #512DE7 Han Purple

📋 copy color: '#512DE7'

red 81 ◦ green 45 ◦ blue 231

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

Shades of Han Purple #512DE7

Tints of Han Purple #512DE7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 231 (90.63% from 255) = 64.71%

R = 22.69%
G = 12.61%
B = 64.71%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#512DE7 (or 0x512DE7) is known color: Han Purple. HEX triplet: 51, 2D and E7. RGB value is (81,45,231). Sum of RGB (Red+Green+Blue) = 81+45+231=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #512DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DE7 is #AED218. Grayscale: #4C4C4C. Windows color (decimal): -11457049 or 15150417. OLE color: 15150417.

HSL color Cylindrical-coordinate representation of color #512DE7: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512DE7 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 45 231 -
CMYK 0.65 0.81 0 0.09
HSL 251.61º 0.79% 0.54% -
HSV(B) 251.61º 0.81% 0.91% -
XYZ 18.76 9.4 76.43 -
YUV 76.97 214.93 130.88 -
System Red Green Blue C M Y K H S L
Decimal 81 45 231 0.65 0.81 0 0.09 251.61 0.79 0.54
Hex 51 2D E7 41 51 0 9 FC 4F 36
Octal 121 55 347 101 121 0 11 374 117 66
Binary 1010001 101101 11100111 1000001 1010001 0 1001 11111100 1001111 110110

Color Harmonies of #512DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DE7

Black with #512DE7

Text Example


Text Example

White with #512DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,231); }

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

background-color css

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

 a { background-color: rgb(81,45,231); }

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

border-color css

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

 span { border-color: rgb(81,45,231); }

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