Html Css Color HEX #511FFC Han Purple

📋 copy color: '#511FFC'

red 81 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #511FFC

Tints of Han Purple #511FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 22.25%
G = 8.52%
B = 69.23%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#511FFC (or 0x511FFC) is known color: Han Purple. HEX triplet: 51, 1F and FC. RGB value is (81,31,252). Sum of RGB (Red+Green+Blue) = 81+31+252=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #511FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FFC is #AEE003. Grayscale: #464646. Windows color (decimal): -11460612 or 16523089. OLE color: 16523089.

HSL color Cylindrical-coordinate representation of color #511FFC: hue angle of 253.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511FFC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 31 252 -
CMYK 0.68 0.88 0 0.01
HSL 253.57º 0.97% 0.55% -
HSV(B) 253.57º 0.88% 0.99% -
XYZ 21.45 9.76 92.85 -
YUV 71.14 230.07 135.03 -
System Red Green Blue C M Y K H S L
Decimal 81 31 252 0.68 0.88 0 0.01 253.57 0.97 0.55
Hex 51 1F FC 44 58 0 1 FE 61 37
Octal 121 37 374 104 130 0 1 376 141 67
Binary 1010001 11111 11111100 1000100 1011000 0 1 11111110 1100001 110111

Color Harmonies of #511FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FFC

Black with #511FFC

Text Example


Text Example

White with #511FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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