Html Css Color HEX #512EE6 Han Purple

📋 copy color: '#512EE6'

red 81 ◦ green 46 ◦ blue 230

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

Shades of Han Purple #512EE6

Tints of Han Purple #512EE6

RGB

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

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

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

R = 22.69%
G = 12.89%
B = 64.43%

CMYK

 C value IS 0.65

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#512EE6 (or 0x512EE6) is known color: Han Purple. HEX triplet: 51, 2E and E6. RGB value is (81,46,230). Sum of RGB (Red+Green+Blue) = 81+46+230=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #512EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EE6 is #AED119. Grayscale: #4C4C4C. Windows color (decimal): -11456794 or 15085137. OLE color: 15085137.

HSL color Cylindrical-coordinate representation of color #512EE6: hue angle of 251.41º 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 #512EE6 is Cyan = 0.65, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 46 230 -
CMYK 0.65 0.8 0 0.10
HSL 251.41º 0.79% 0.54% -
HSV(B) 251.41º 0.8% 0.9% -
XYZ 18.65 9.42 75.7 -
YUV 77.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 81 46 230 0.65 0.8 0 0.10 251.41 0.79 0.54
Hex 51 2E E6 41 50 0 A FB 4F 36
Octal 121 56 346 101 120 0 12 373 117 66
Binary 1010001 101110 11100110 1000001 1010000 0 1010 11111011 1001111 110110

Color Harmonies of #512EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EE6

Black with #512EE6

Text Example


Text Example

White with #512EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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