Html Css Color HEX #511FEE Han Purple

📋 copy color: '#511FEE'

red 81 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #511FEE

Tints of Han Purple #511FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 238 (93.36% from 255) = 68%

R = 23.14%
G = 8.86%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#511FEE (or 0x511FEE) is known color: Han Purple. HEX triplet: 51, 1F and EE. RGB value is (81,31,238). Sum of RGB (Red+Green+Blue) = 81+31+238=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #511FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FEE is #AEE011. Grayscale: #444444. Windows color (decimal): -11460626 or 15605585. OLE color: 15605585.

HSL color Cylindrical-coordinate representation of color #511FEE: hue angle of 254.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511FEE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 31 238 -
CMYK 0.66 0.87 0 0.07
HSL 254.49º 0.86% 0.53% -
HSV(B) 254.49º 0.87% 0.93% -
XYZ 19.32 8.9 81.59 -
YUV 69.55 223.07 136.17 -
System Red Green Blue C M Y K H S L
Decimal 81 31 238 0.66 0.87 0 0.07 254.49 0.86 0.53
Hex 51 1F EE 42 57 0 7 FE 56 35
Octal 121 37 356 102 127 0 7 376 126 65
Binary 1010001 11111 11101110 1000010 1010111 0 111 11111110 1010110 110101

Color Harmonies of #511FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FEE

Black with #511FEE

Text Example


Text Example

White with #511FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511FEE; }

 p { color: rgb(81,31,238); }

 H1.HeaderClassName
 {
   color: #511FEE;
 }
 .AnyTagClassName
 {
   color: #511FEE;
 }
</style>

background-color css

<style>
 a { background-color: #511FEE; }

 a { background-color: rgb(81,31,238); }

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

border-color css

<style>
 span { border-color: #511FEE; }

 span { border-color: rgb(81,31,238); }

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