Html Css Color HEX #511FF4 Han Purple

📋 copy color: '#511FF4'

red 81 ◦ green 31 ◦ blue 244

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

Shades of Han Purple #511FF4

Tints of Han Purple #511FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.54%

R = 22.75%
G = 8.71%
B = 68.54%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#511FF4 (or 0x511FF4) is known color: Han Purple. HEX triplet: 51, 1F and F4. RGB value is (81,31,244). Sum of RGB (Red+Green+Blue) = 81+31+244=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #511FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FF4 is #AEE00B. Grayscale: #454545. Windows color (decimal): -11460620 or 15998801. OLE color: 15998801.

HSL color Cylindrical-coordinate representation of color #511FF4: hue angle of 254.08º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511FF4 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 31 244 -
CMYK 0.67 0.87 0 0.04
HSL 254.08º 0.91% 0.54% -
HSV(B) 254.08º 0.87% 0.96% -
XYZ 20.21 9.26 86.31 -
YUV 70.23 226.07 135.68 -
System Red Green Blue C M Y K H S L
Decimal 81 31 244 0.67 0.87 0 0.04 254.08 0.91 0.54
Hex 51 1F F4 43 57 0 4 FE 5B 36
Octal 121 37 364 103 127 0 4 376 133 66
Binary 1010001 11111 11110100 1000011 1010111 0 100 11111110 1011011 110110

Color Harmonies of #511FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FF4

Black with #511FF4

Text Example


Text Example

White with #511FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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