Html Css Color HEX #511FED Han Purple

📋 copy color: '#511FED'

red 81 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #511FED

Tints of Han Purple #511FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 23.21%
G = 8.88%
B = 67.91%

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

#511FED (or 0x511FED) is known color: Han Purple. HEX triplet: 51, 1F and ED. RGB value is (81,31,237). Sum of RGB (Red+Green+Blue) = 81+31+237=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #511FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FED is #AEE012. Grayscale: #444444. Windows color (decimal): -11460627 or 15540049. OLE color: 15540049.

HSL color Cylindrical-coordinate representation of color #511FED: hue angle of 254.56º degrees, saturation: 0.85, 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 #511FED is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 31 237 -
CMYK 0.66 0.87 0 0.07
HSL 254.56º 0.85% 0.53% -
HSV(B) 254.56º 0.87% 0.93% -
XYZ 19.17 8.84 80.82 -
YUV 69.43 222.57 136.25 -
System Red Green Blue C M Y K H S L
Decimal 81 31 237 0.66 0.87 0 0.07 254.56 0.85 0.53
Hex 51 1F ED 42 57 0 7 FF 55 35
Octal 121 37 355 102 127 0 7 377 125 65
Binary 1010001 11111 11101101 1000010 1010111 0 111 11111111 1010101 110101

Color Harmonies of #511FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FED

Black with #511FED

Text Example


Text Example

White with #511FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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