Html Css Color HEX #511DEE Han Purple

📋 copy color: '#511DEE'

red 81 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #511DEE

Tints of Han Purple #511DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 23.28%
G = 8.33%
B = 68.39%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#511DEE (or 0x511DEE) is known color: Han Purple. HEX triplet: 51, 1D and EE. RGB value is (81,29,238). Sum of RGB (Red+Green+Blue) = 81+29+238=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #511DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DEE is #AEE211. Grayscale: #434343. Windows color (decimal): -11461138 or 15605073. OLE color: 15605073.

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

Color convert

RGB 81 29 238 -
CMYK 0.66 0.88 0 0.07
HSL 254.93º 0.86% 0.52% -
HSV(B) 254.93º 0.88% 0.93% -
XYZ 19.27 8.8 81.57 -
YUV 68.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 81 29 238 0.66 0.88 0 0.07 254.93 0.86 0.52
Hex 51 1D EE 42 58 0 7 FF 56 34
Octal 121 35 356 102 130 0 7 377 126 64
Binary 1010001 11101 11101110 1000010 1011000 0 111 11111111 1010110 110100

Color Harmonies of #511DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DEE

Black with #511DEE

Text Example


Text Example

White with #511DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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