Html Css Color HEX #512EDF Han Purple

📋 copy color: '#512EDF'

red 81 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #512EDF

Tints of Han Purple #512EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 23.14%
G = 13.14%
B = 63.71%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#512EDF (or 0x512EDF) is known color: Han Purple. HEX triplet: 51, 2E and DF. RGB value is (81,46,223). Sum of RGB (Red+Green+Blue) = 81+46+223=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #512EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EDF is #AED120. Grayscale: #4B4B4B. Windows color (decimal): -11456801 or 14626385. OLE color: 14626385.

HSL color Cylindrical-coordinate representation of color #512EDF: hue angle of 251.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512EDF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 46 223 -
CMYK 0.64 0.79 0 0.13
HSL 251.86º 0.73% 0.53% -
HSV(B) 251.86º 0.79% 0.87% -
XYZ 17.69 9.03 70.62 -
YUV 76.64 210.6 131.11 -
System Red Green Blue C M Y K H S L
Decimal 81 46 223 0.64 0.79 0 0.13 251.86 0.73 0.53
Hex 51 2E DF 40 4F 0 D FC 49 35
Octal 121 56 337 100 117 0 15 374 111 65
Binary 1010001 101110 11011111 1000000 1001111 0 1101 11111100 1001001 110101

Color Harmonies of #512EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EDF

Black with #512EDF

Text Example


Text Example

White with #512EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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