Html Css Color HEX #512BE9 Han Purple

📋 copy color: '#512BE9'

red 81 ◦ green 43 ◦ blue 233

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

Shades of Han Purple #512BE9

Tints of Han Purple #512BE9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 233 (91.41% from 255) = 65.27%

R = 22.69%
G = 12.04%
B = 65.27%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#512BE9 (or 0x512BE9) is known color: Han Purple. HEX triplet: 51, 2B and E9. RGB value is (81,43,233). Sum of RGB (Red+Green+Blue) = 81+43+233=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #512BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BE9 is #AED416. Grayscale: #4B4B4B. Windows color (decimal): -11457559 or 15280977. OLE color: 15280977.

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

Color convert

RGB 81 43 233 -
CMYK 0.65 0.82 0 0.09
HSL 252º 0.81% 0.54% -
HSV(B) 252º 0.82% 0.91% -
XYZ 18.97 9.36 77.9 -
YUV 76.02 216.59 131.55 -
System Red Green Blue C M Y K H S L
Decimal 81 43 233 0.65 0.82 0 0.09 252 0.81 0.54
Hex 51 2B E9 41 52 0 9 FC 51 36
Octal 121 53 351 101 122 0 11 374 121 66
Binary 1010001 101011 11101001 1000001 1010010 0 1001 11111100 1010001 110110

Color Harmonies of #512BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BE9

Black with #512BE9

Text Example


Text Example

White with #512BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,233); }

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

background-color css

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

 a { background-color: rgb(81,43,233); }

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

border-color css

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

 span { border-color: rgb(81,43,233); }

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