Html Css Color HEX #512DE6 Han Purple

📋 copy color: '#512DE6'

red 81 ◦ green 45 ◦ blue 230

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

Shades of Han Purple #512DE6

Tints of Han Purple #512DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 22.75%
G = 12.64%
B = 64.61%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#512DE6 (or 0x512DE6) is known color: Han Purple. HEX triplet: 51, 2D and E6. RGB value is (81,45,230). Sum of RGB (Red+Green+Blue) = 81+45+230=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #512DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DE6 is #AED219. Grayscale: #4C4C4C. Windows color (decimal): -11457050 or 15084881. OLE color: 15084881.

HSL color Cylindrical-coordinate representation of color #512DE6: hue angle of 251.68º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512DE6 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 45 230 -
CMYK 0.65 0.80 0 0.10
HSL 251.68º 0.79% 0.54% -
HSV(B) 251.68º 0.8% 0.9% -
XYZ 18.61 9.34 75.68 -
YUV 76.85 214.43 130.96 -
System Red Green Blue C M Y K H S L
Decimal 81 45 230 0.65 0.80 0 0.10 251.68 0.79 0.54
Hex 51 2D E6 41 50 0 A FC 4F 36
Octal 121 55 346 101 120 0 12 374 117 66
Binary 1010001 101101 11100110 1000001 1010000 0 1010 11111100 1001111 110110

Color Harmonies of #512DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DE6

Black with #512DE6

Text Example


Text Example

White with #512DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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